system.h: Poison PARAMS.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 8 Apr 2005 01:02:59 +0000 (01:02 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 8 Apr 2005 01:02:59 +0000 (01:02 +0000)
* system.h: Poison PARAMS.

java:
* java-tree.h: Don't use PARAMS().

From-SVN: r97816

gcc/ChangeLog
gcc/java/ChangeLog
gcc/java/java-tree.h
gcc/system.h

index 511f709dd69f371cf62e18889b4f802dd534badf..5eeafa112f6c39d0e5ec316fe46c096bce107bd9 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * system.h: Poison PARAMS.
+
 2005-04-07  Richard Sandiford  <rsandifo@redhat.com>
 
        * config/vax/vax.h (target_flags, MASK_UNIX_ASM, MASK_VAXC_ALIGNMENT)
index f0a1126d478acd67d708f8a952a469e99e46cea4..3e3cc01fac5e3bc38f8983882cdb00b133ce0498 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * java-tree.h: Don't use PARAMS().
+
 2005-04-07  Per Bothner  <per@bothner.com>
 
        * class.c (push_class): By default, suppress debug output.
index 6a392a8daf9fa8e2f79c250d054ed40fc485c370..036fb83cea0b4d713d2d5b4016ea9f22ff393272 100644 (file)
@@ -1883,8 +1883,8 @@ enum
 #define EXPR_WFL_LINECOL(NODE) ((NODE)->exp.locus)
 #define EXPR_WFL_FILENAME(NODE) EXPR_FILENAME (NODE)
 #define EXPR_WFL_LINENO(NODE) EXPR_LINENO (NODE)
-extern tree build_expr_wfl              PARAMS ((tree, source_location));
-extern tree expr_add_location           PARAMS ((tree, source_location, bool));
+extern tree build_expr_wfl (tree, source_location);
+extern tree expr_add_location (tree, source_location, bool);
 #define build_unknown_wfl(NODE) build_expr_wfl(NODE, UNKNOWN_LOCATION)
 #else
 #define EXPR_WFL_LINECOL(NODE) (EXPR_CHECK (NODE)->exp.complexity)
@@ -1899,12 +1899,12 @@ extern tree expr_add_location           PARAMS ((tree, source_location, bool));
 #define EXPR_WFL_SET_LINECOL(NODE, LINE, COL) \
   (EXPR_WFL_LINECOL(NODE) = ((LINE) << 12) | ((COL) & 0xfff))
 
-extern tree build_expr_wfl              PARAMS ((tree, const char *, int, int));
+extern tree build_expr_wfl (tree, const char *, int, int);
 #define build_unknown_wfl(NODE) build_expr_wfl(NODE, NULL, 0, 0)
 #endif
 
-extern void java_genericize            PARAMS ((tree));
-extern int java_gimplify_expr          PARAMS ((tree *, tree *, tree *));
+extern void java_genericize (tree);
+extern int java_gimplify_expr (tree *, tree *, tree *);
 
 extern tree extract_field_decl (tree);
 
index 6fec6a6a99927d13e06f1bed65795af452ae8c01..771178c6e49ce82375815aa5b63d89b672b059f6 100644 (file)
@@ -675,13 +675,14 @@ 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 VPARAMS VA_OPEN \
-  VA_FIXEDARG VA_CLOSE VA_START
+ #pragma GCC poison ANSI_PROTOTYPES PTR_CONST LONG_DOUBLE PARAMS 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