/[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.55 by akim, Mon Apr 22 08:21:54 2002 UTC revision 1.56 by akim, Sat May 4 08:48:04 2002 UTC
# Line 368  lex (void) Line 368  lex (void)
368            {            {
369              symval->number = ntokens++;              symval->number = ntokens++;
370              symval->class = token_sym;              symval->class = token_sym;
371              if (symval->user_token_number == SUNDEF)              if (symval->user_token_number == USER_NUMBER_UNDEFINED)
372                symval->user_token_number = code;                symval->user_token_number = code;
373            }            }
374          return tok_identifier;          return tok_identifier;

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

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