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

Diff of /bison/src/output.c

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

revision 1.161 by akim, Sat Jun 15 18:21:11 2002 UTC revision 1.162 by akim, Sat Jun 15 18:23:12 2002 UTC
# Line 235  prepare_tokens (void) Line 235  prepare_tokens (void)
235      int j = 0;      int j = 0;
236      for (i = 0; i < nsyms; i++)      for (i = 0; i < nsyms; i++)
237        {        {
238          /* Be sure not to use twice the same quotearg slot. */          /* Be sure not to use twice the same QUOTEARG slot:
239               SYMBOL_TAG_GET uses slot 0.  */
240          const char *cp =          const char *cp =
241            quotearg_n_style (1, c_quoting_style,            quotearg_n_style (1, c_quoting_style,
242                              quotearg_style (escape_quoting_style,                              symbol_tag_get (symbols[i]));
                                             symbols[i]->tag));  
243          /* Width of the next token, including the two quotes, the coma          /* Width of the next token, including the two quotes, the coma
244             and the space.  */             and the space.  */
245          int strsize = strlen (cp) + 2;          int strsize = strlen (cp) + 2;

Legend:
Removed from v.1.161  
changed lines
  Added in v.1.162

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