/[pspp]/pspp/src/q2c.c
ViewVC logotype

Diff of /pspp/src/q2c.c

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

revision 1.21 by blp, Mon Mar 7 03:04:50 2005 UTC revision 1.22 by blp, Mon Apr 18 06:15:21 2005 UTC
# Line 342  find_symbol (int x) Line 342  find_symbol (int x)
342  #if DEBUGGING  #if DEBUGGING
343  /* Writes a printable representation of the current token to  /* Writes a printable representation of the current token to
344     stdout. */     stdout. */
345  void  static void
346  dump_token (void)  dump_token (void)
347  {  {
348    switch (token)    switch (token)
349      {      {
     case T_TSTRING:  
       printf ("TR_STRING\t\"%s\"\n", tokstr);  
       break;  
350      case T_STRING:      case T_STRING:
351        printf ("STRING\t\"%s\"\n", tokstr);        printf ("STRING\t\"%s\"\n", tokstr);
352        break;        break;

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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