params.h: Rename arguments of DEFPARAM so that it will be recognized as a translation keyword.
* params.h: Rename arguments of DEFPARAM so that it will be recognized as a translation keyword. From-SVN: r49122
This commit is contained in:
parent
1a7b32a3dc
commit
bd571ffcd0
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user