/[bison]/bison/src/scan-gram.l
ViewVC logotype

Diff of /bison/src/scan-gram.l

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by akim, Sun Jun 30 17:34:52 2002 UTC revision 1.19 by eggert, Mon Jul 1 08:36:37 2002 UTC
# Line 294  blanks   [ \t\f]+ Line 294  blanks   [ \t\f]+
294        YY_OBS_FINISH;        YY_OBS_FINISH;
295        yylval->symbol = symbol_get (last_string, *yylloc);        yylval->symbol = symbol_get (last_string, *yylloc);
296        symbol_class_set (yylval->symbol, token_sym, *yylloc);        symbol_class_set (yylval->symbol, token_sym, *yylloc);
297        symbol_user_token_number_set (yylval->symbol, last_string[1], *yylloc);        symbol_user_token_number_set (yylval->symbol,
298                                        (unsigned char) last_string[1], *yylloc);
299        YY_OBS_FREE;        YY_OBS_FREE;
300        yy_pop_state ();        yy_pop_state ();
301        return ID;        return ID;

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26