Commit bd571ffc by Zack Weinberg

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
parent 1a7b32a3
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> 2002-01-22 Aldy Hernandez <aldyh@redhat.com>
* extend.texi: Document altivec functions. * extend.texi: Document altivec functions.
......
...@@ -72,8 +72,8 @@ extern void set_param_value ...@@ -72,8 +72,8 @@ extern void set_param_value
typedef enum compiler_param typedef enum compiler_param
{ {
#define DEFPARAM(ENUM, OPTION, HELP, DEFAULT) \ #define DEFPARAM(enumerator, option, msgid, default) \
ENUM, enumerator,
#include "params.def" #include "params.def"
#undef DEFPARAM #undef DEFPARAM
LAST_PARAM LAST_PARAM
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment