diff options
author | Paul Smith <psmith@gnu.org> | 2006-04-07 01:43:44 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2006-04-07 01:43:44 +0000 |
commit | f222b19158a91b121af29a6a8eb5d74aa591078a (patch) | |
tree | dffe00254df4fae89052c3a7af1eb0c92392d03f /config.h-vms.template | |
parent | 776d8b7bc2ff83f8ebf5d357ec89e3bbe6d83962 (diff) | |
download | gunmake-f222b19158a91b121af29a6a8eb5d74aa591078a.tar.gz |
Code cleanup: Remove all references to PARAMS() & ansi2knr.
Diffstat (limited to 'config.h-vms.template')
-rw-r--r-- | config.h-vms.template | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config.h-vms.template b/config.h-vms.template index 2d3d04d..00e4e69 100644 --- a/config.h-vms.template +++ b/config.h-vms.template @@ -409,14 +409,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ #define glob gnu_glob #endif -#if defined (__cplusplus) || (defined (__STDC__) && __STDC__) -#undef PARAMS -#define PARAMS(protos) protos -#else /* Not C++ or ANSI C. */ -#undef PARAMS -#define PARAMS(protos) () -#endif /* C++ or ANSI C. */ - /* Define if using alloca.c. */ /* #undef C_ALLOCA */ /* maybe this should be placed into make.h */ |