/[bison]/bison/src/lex.c
ViewVC logotype

Diff of /bison/src/lex.c

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

revision 1.33.2.8 by akim, Thu Nov 1 18:03:46 2001 UTC revision 1.33.2.9 by akim, Fri Nov 2 15:26:33 2001 UTC
# Line 445  lex (void) Line 445  lex (void)
445          token_buffer = obstack_finish (&token_obstack);          token_buffer = obstack_finish (&token_obstack);
446          symval = getsym (token_buffer);          symval = getsym (token_buffer);
447          symval->class = token_sym;          symval->class = token_sym;
448          if (!symval->user_token_number)          if (symval->user_token_number == SUNDEF)
449            symval->user_token_number = code;            symval->user_token_number = code;
450          return tok_identifier;          return tok_identifier;
451        }        }

Legend:
Removed from v.1.33.2.8  
changed lines
  Added in v.1.33.2.9

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