/[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.10 by akim, Sun Nov 4 16:26:59 2001 UTC revision 1.33.2.11 by akim, Mon Nov 5 10:06:27 2001 UTC
# Line 662  parse_percent_token (void) Line 662  parse_percent_token (void)
662      if (strcmp (token_buffer + 1, tx->name) == 0)      if (strcmp (token_buffer + 1, tx->name) == 0)
663        break;        break;
664    
665    if (arg && !tx->retval == tok_stropt)    if (arg && tx->retval != tok_stropt)
666      fatal (_("`%s' supports no argument: %s"), token_buffer, quotearg (arg));      fatal (_("`%s' supports no argument: %s"), token_buffer, quote (arg));
667    
668    switch (tx->retval)    switch (tx->retval)
669      {      {

Legend:
Removed from v.1.33.2.10  
changed lines
  Added in v.1.33.2.11

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