[BACK]Return to reader.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / yacc

Diff for /src/usr.bin/yacc/reader.c between version 1.17 and 1.18

version 1.17, 2004/08/08 20:13:13 version 1.18, 2005/06/10 16:40:45
Line 1554 
Line 1554 
 mark_symbol(void)  mark_symbol(void)
 {  {
     int c;      int c;
     bucket *bp;      bucket *bp = NULL;
   
     c = cptr[1];      c = cptr[1];
     if (c == '%' || c == '\\')      if (c == '%' || c == '\\')
Line 1878 
Line 1878 
 print_grammar(void)  print_grammar(void)
 {  {
     int i, j, k;      int i, j, k;
     int spacing;      int spacing = 0;
     FILE *f = verbose_file;      FILE *f = verbose_file;
   
     if (!vflag) return;      if (!vflag) return;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18