diff options
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 */ |