'empty-rule' empty rules without %empty\n\
'precedence' useless precedence and associativity\n\
'other' all other warnings (enabled by default)\n\
- 'all' all the warnings\n\
+ 'all' all the warnings except 'yacc'\n\
'no-CATEGORY' turn off warnings in CATEGORY\n\
'none' turn off all the warnings\n\
'error[=CATEGORY]' treat warnings as errors\n\
};
/* Under DOS, there is no difference on the case. This can be
- troublesome when looking for `.tab' etc. */
+ troublesome when looking for '.tab' etc. */
#ifdef MSDOS
# define AS_FILE_NAME(File) (strlwr (File), (File))
#else
if (value)
*value++ = 0;
muscle_percent_define_insert (name, command_line_location (),
+ muscle_string,
value ? value : "",
c == 'D' ? MUSCLE_PERCENT_DEFINE_D
: MUSCLE_PERCENT_DEFINE_F);
case 't':
muscle_percent_define_insert ("parse.trace",
- command_line_location (), "",
+ command_line_location (),
+ muscle_keyword, "",
MUSCLE_PERCENT_DEFINE_D);
break;