diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-08 01:02:59 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-08 01:02:59 +0000 |
commit | 300ed5f295507ceff5167189acfb606174cf2a9c (patch) | |
tree | bfd80bc42bc07b149294a4c1cd5510c02c5aed0a /gcc/system.h | |
parent | 2542439ef37983d4987e441369131e11b24e690c (diff) | |
download | gcc-300ed5f295507ceff5167189acfb606174cf2a9c.tar.gz |
* system.h: Poison PARAMS.
java:
* java-tree.h: Don't use PARAMS().
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97816 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/system.h b/gcc/system.h index 6fec6a6a999..771178c6e49 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -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 |