/[bison]/bison/doc/bison.texinfo
ViewVC logotype

Diff of /bison/doc/bison.texinfo

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

revision 1.84 by eggert, Fri Nov 15 20:32:21 2002 UTC revision 1.85 by akim, Mon Nov 18 09:33:22 2002 UTC
# Line 5986  static void Line 5986  static void
5986  yyprint (FILE *file, int type, YYSTYPE value)  yyprint (FILE *file, int type, YYSTYPE value)
5987  @{  @{
5988    if (type == VAR)    if (type == VAR)
5989      fprintf (file, " %s", value.tptr->name);      fprintf (file, "%s", value.tptr->name);
5990    else if (type == NUM)    else if (type == NUM)
5991      fprintf (file, " %d", value.val);      fprintf (file, "%d", value.val);
5992  @}  @}
5993  @end smallexample  @end smallexample
5994    

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

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