summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-19 10:46:50 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-19 10:46:50 +0000
commitbaaa7b8a00f8d3148b9b76e625a2915eca80261b (patch)
treeb367fb3d0e83d9b095ff922a137edee01668287f
parent56fcb878195b624fbd3be55d706e3bf4c01868b5 (diff)
downloadppe42-gcc-baaa7b8a00f8d3148b9b76e625a2915eca80261b.tar.gz
ppe42-gcc-baaa7b8a00f8d3148b9b76e625a2915eca80261b.zip
* protoize.c: Fix breakage from last patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68189 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/protoize.c6
2 files changed, 6 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fd7fd9cbebc..71f071a058f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-19 Andreas Jaeger <aj@suse.de>
+
+ * protoize.c: Fix breakage from last patch.
+
2003-06-19 J"orn Rennecke <joern.rennecke@superh.com>
* hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
diff --git a/gcc/protoize.c b/gcc/protoize.c
index bcd0a7f7f3a..e89aa73efec 100644
--- a/gcc/protoize.c
+++ b/gcc/protoize.c
@@ -1,6 +1,6 @@
/* Protoize program - Original version by Ron Guilmette (rfg@segfault.us.com).
Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of GCC.
@@ -227,9 +227,7 @@ struct string_list *exclude_list;
static const char * const other_var_style = "stdarg";
#else /* !defined (UNPROTOIZE) */
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 = #va_alist;
+static const char *varargs_style_indicator = "va_alist";
#endif /* !defined (UNPROTOIZE) */
/* The following two types are used to create hash tables. In this program,
OpenPOWER on IntegriCloud