summaryrefslogtreecommitdiff
path: root/config.h-vms.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2006-04-07 01:43:44 +0000
committerPaul Smith <psmith@gnu.org>2006-04-07 01:43:44 +0000
commitf222b19158a91b121af29a6a8eb5d74aa591078a (patch)
treedffe00254df4fae89052c3a7af1eb0c92392d03f /config.h-vms.template
parent776d8b7bc2ff83f8ebf5d357ec89e3bbe6d83962 (diff)
downloadgunmake-f222b19158a91b121af29a6a8eb5d74aa591078a.tar.gz
Code cleanup: Remove all references to PARAMS() & ansi2knr.
Diffstat (limited to 'config.h-vms.template')
-rw-r--r--config.h-vms.template8
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 */