summaryrefslogtreecommitdiffstats
path: root/gcc/protoize.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-27 15:31:46 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-27 15:31:46 +0000
commit5b80beaeced061fda918b7159872310ee5742fa7 (patch)
tree2e592a2ad0d4637b55b1458012395d2ab9c692b6 /gcc/protoize.c
parent272aa7ab4421a8506dbf3a1191db4f0fa279adad (diff)
downloadppe42-gcc-5b80beaeced061fda918b7159872310ee5742fa7.tar.gz
ppe42-gcc-5b80beaeced061fda918b7159872310ee5742fa7.zip
* system.h: Include symcat.h.
(STRINGIFY): Don't define. * configure.in: Adjust comment. * builtins.c: Use STRINGX, not STRINGIFY. * gencheck.c: Likewise. * gengenrtl.c: Likewise. * protoize.c: Likewise. * cpplex.c: Don't include symcat.h. * cpplib.c: Likewise. * gansidecl.h (HAVE_STRINGIZE): Don't define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40875 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/protoize.c')
-rw-r--r--gcc/protoize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/protoize.c b/gcc/protoize.c
index aa03edf233f..08ec7525678 100644
--- a/gcc/protoize.c
+++ b/gcc/protoize.c
@@ -278,7 +278,7 @@ static const char * const other_var_style = "stdarg";
static const char * const other_var_style = "varargs";
/* Note that this is a string containing the expansion of va_alist.
But in `main' we discard all but the first token. */
-static const char *varargs_style_indicator = STRINGIFY (va_alist);
+static const char *varargs_style_indicator = STRINGX (va_alist);
#endif /* !defined (UNPROTOIZE) */
/* The following two types are used to create hash tables. In this program,
OpenPOWER on IntegriCloud