*p++ = '\'';
*p = 0;
symval = getsym (token_buffer);
- symval->class = STOKEN;
+ symval->class = token_sym;
if (!symval->user_token_number)
symval->user_token_number = code;
return IDENTIFIER;
*p = 0;
symval = getsym (token_buffer);
- symval->class = STOKEN;
+ symval->class = token_sym;
return IDENTIFIER;
}
But %{ and %union both put information into files
that have to be opened before read_declarations().
*/
- { "yacc", &fixed_outfiles, NOOP}, /* -y */
- { "fixed_output_files", &fixed_outfiles, NOOP}, /* -y */
+ { "yacc", &yaccflag, NOOP}, /* -y */
+ { "fixed_output_files", &yaccflag, NOOP}, /* -y */
{ "defines", &definesflag, NOOP}, /* -d */
{ "no_parser", &noparserflag, NOOP}, /* -n */
{ "output_file", &spec_outfile, SETOPT}, /* -o */