params.h: Rename arguments of DEFPARAM so that it will be recognized as a translation...
authorZack Weinberg <zack@gcc.gnu.org>
Wed, 23 Jan 2002 02:57:04 +0000 (02:57 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 23 Jan 2002 02:57:04 +0000 (02:57 +0000)
* params.h: Rename arguments of DEFPARAM so that it will be
recognized as a translation keyword.

From-SVN: r49122

gcc/ChangeLog
gcc/params.h

index 128807f7bab30d131aecdabada596f6c00eac59d..d8f69d7d33b16d2fa76dc97eb31f41a5cadb0635 100644 (file)
@@ -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.
index 2d2619f5f400512db1d0d0af49dbe75b0655bd54..33eec39ee9a3451b386c523caafa4c33d9a042e6 100644 (file)
@@ -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