From 4bc5fbd480352653d10d4056d77750750fd5e0f3 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Tue, 27 Mar 2001 15:31:46 +0000 Subject: system.h: Include symcat.h. * 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. From-SVN: r40875 --- gcc/protoize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/protoize.c') diff --git a/gcc/protoize.c b/gcc/protoize.c index aa03edf..08ec752 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, -- cgit v1.1