]> gcc.gnu.org Git - gcc.git/commitdiff
* system.h: Revert last change.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 8 Apr 2005 11:23:32 +0000 (11:23 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 8 Apr 2005 11:23:32 +0000 (11:23 +0000)
From-SVN: r97826

gcc/ChangeLog
gcc/system.h

index 8308b7b0f09087eafbcf452ec025be046800e775..63c699b9ba83ce6c88600d779e96f723b3a7b7c8 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * system.h: Revert last change.
+
 2005-04-08  Richard Sandiford  <rsandifo@redhat.com>
 
        * config/xtensa/xtensa.h (target_flags, MASK_NO_FUSED_MADD)
index 771178c6e49ce82375815aa5b63d89b672b059f6..6fec6a6a99927d13e06f1bed65795af452ae8c01 100644 (file)
@@ -675,14 +675,13 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
 #undef ANSI_PROTOTYPES
 #undef PTR_CONST
 #undef LONG_DOUBLE
-#undef PARAMS
 #undef VPARAMS
 #undef VA_OPEN
 #undef VA_FIXEDARG
 #undef VA_CLOSE
 #undef VA_START
- #pragma GCC poison ANSI_PROTOTYPES PTR_CONST LONG_DOUBLE PARAMS VPARAMS \
-  VA_OPEN VA_FIXEDARG VA_CLOSE VA_START
+ #pragma GCC poison ANSI_PROTOTYPES PTR_CONST LONG_DOUBLE VPARAMS VA_OPEN \
+  VA_FIXEDARG VA_CLOSE VA_START
 #endif /* IN_GCC */
 
 /* Note: not all uses of the `index' token (e.g. variable names and
This page took 0.073976 seconds and 5 git commands to generate.