Commit 627aa08a by Kaveh R. Ghazi Committed by Kaveh Ghazi

* system.h: Revert last change.

From-SVN: r97826
parent 43e1c5f7
2005-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* system.h: Revert last change.
2005-04-08 Richard Sandiford <rsandifo@redhat.com> 2005-04-08 Richard Sandiford <rsandifo@redhat.com>
* config/xtensa/xtensa.h (target_flags, MASK_NO_FUSED_MADD) * config/xtensa/xtensa.h (target_flags, MASK_NO_FUSED_MADD)
......
...@@ -675,14 +675,13 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN; ...@@ -675,14 +675,13 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
#undef ANSI_PROTOTYPES #undef ANSI_PROTOTYPES
#undef PTR_CONST #undef PTR_CONST
#undef LONG_DOUBLE #undef LONG_DOUBLE
#undef PARAMS
#undef VPARAMS #undef VPARAMS
#undef VA_OPEN #undef VA_OPEN
#undef VA_FIXEDARG #undef VA_FIXEDARG
#undef VA_CLOSE #undef VA_CLOSE
#undef VA_START #undef VA_START
#pragma GCC poison ANSI_PROTOTYPES PTR_CONST LONG_DOUBLE PARAMS VPARAMS \ #pragma GCC poison ANSI_PROTOTYPES PTR_CONST LONG_DOUBLE VPARAMS VA_OPEN \
VA_OPEN VA_FIXEDARG VA_CLOSE VA_START VA_FIXEDARG VA_CLOSE VA_START
#endif /* IN_GCC */ #endif /* IN_GCC */
/* Note: not all uses of the `index' token (e.g. variable names and /* Note: not all uses of the `index' token (e.g. variable names and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment