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

Diff for /src/usr.bin/ctags/yacc.c between version 1.3 and 1.4

version 1.3, 2000/07/25 19:26:23 version 1.4, 2001/08/23 14:17:08
Line 135 
Line 135 
          * state == 0 : waiting           * state == 0 : waiting
          * state == 1 : received a newline           * state == 1 : received a newline
          * state == 2 : received first %           * state == 2 : received first %
          * state == 3 : recieved second %           * state == 3 : received second %
          */           */
         lineftell = ftell(inf);          lineftell = ftell(inf);
         for (state = 0; GETC(!=, EOF);)          for (state = 0; GETC(!=, EOF);)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4