/[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.38 by pascal, Thu Sep 20 18:32:20 2001 UTC revision 1.39 by marc, Fri Sep 21 15:42:26 2001 UTC
# Line 569  parse_percent_token (void) Line 569  parse_percent_token (void)
569    obstack_1grow (&token_obstack, '%');    obstack_1grow (&token_obstack, '%');
570    while (isalpha (c) || c == '_' || c == '-')    while (isalpha (c) || c == '_' || c == '-')
571      {      {
572        if (c == '-')        if (c == '_')
573          c = '_';          c = '-';
574        obstack_1grow (&token_obstack, c);        obstack_1grow (&token_obstack, c);
575        c = getc (finput);        c = getc (finput);
576      }      }

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

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