summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-23 02:57:04 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-23 02:57:04 +0000
commit25afff2f90d918f58f7554cd615c239188e9cdde (patch)
treeb882a6f62606e26f3ef85947c67ec1f9b83c3e57 /gcc
parent3d1c8aeecd79bff96ae05b620f6d19a63fd303f9 (diff)
downloadppe42-gcc-25afff2f90d918f58f7554cd615c239188e9cdde.tar.gz
ppe42-gcc-25afff2f90d918f58f7554cd615c239188e9cdde.zip
* params.h: Rename arguments of DEFPARAM so that it will be
recognized as a translation keyword. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49122 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog11
-rw-r--r--gcc/params.h4
2 files changed, 10 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 128807f7bab..d8f69d7d33b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,7 +1,12 @@
+2002-01-22 Zack Weinberg <zack@codesourcery.com>
+
+ * params.h: Rename arguments of DEFPARAM so that it will be
+ recognized as a translation keyword.
+
2002-01-22 Aldy Hernandez <aldyh@redhat.com>
- * extend.texi: Document altivec functions.
- Fix N-bit adjectives in X86 builtin documentation.
+ * extend.texi: Document altivec functions.
+ Fix N-bit adjectives in X86 builtin documentation.
2002-01-22 Alexandre Oliva <aoliva@redhat.com>
@@ -176,7 +181,7 @@ Tue Jan 22 06:26:33 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* config/alpha/netbsd-elf.h: Remove.
* config/alpha/netbsd.h: Rewrite for a NetBSD/alpha ELF target.
* config/i386/netbsd-elf.h (LIB_SPEC): Remove.
- (STARTFILE_SPEC): Remove redundant definition.
+ (STARTFILE_SPEC): Remove redundant definition.
(ENDFILE_SPEC): Likewise.
(LINK_SPEC): Likewise.
(CPP_SPEC): Likewise.
diff --git a/gcc/params.h b/gcc/params.h
index 2d2619f5f40..33eec39ee9a 100644
--- a/gcc/params.h
+++ b/gcc/params.h
@@ -72,8 +72,8 @@ extern void set_param_value
typedef enum compiler_param
{
-#define DEFPARAM(ENUM, OPTION, HELP, DEFAULT) \
- ENUM,
+#define DEFPARAM(enumerator, option, msgid, default) \
+ enumerator,
#include "params.def"
#undef DEFPARAM
LAST_PARAM
OpenPOWER on IntegriCloud