/[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.42 by akim, Thu Nov 1 18:05:22 2001 UTC revision 1.43 by akim, Fri Nov 2 15:27:11 2001 UTC
# Line 446  lex (void) Line 446  lex (void)
446          token_buffer = obstack_finish (&token_obstack);          token_buffer = obstack_finish (&token_obstack);
447          symval = getsym (token_buffer);          symval = getsym (token_buffer);
448          symval->class = token_sym;          symval->class = token_sym;
449          if (!symval->user_token_number)          if (symval->user_token_number == SUNDEF)
450            symval->user_token_number = code;            symval->user_token_number = code;
451          return tok_identifier;          return tok_identifier;
452        }        }

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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