[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.4 and 1.5

version 1.4, 2001/08/23 14:17:08 version 1.5, 2003/05/12 20:41:39
Line 89 
Line 89 
                         break;                          break;
                 case '/':                  case '/':
                         if (GETC(==, '*'))                          if (GETC(==, '*'))
                                 skip_comment();                                  skip_comment('*');
                         else                          else
                                 (void)ungetc(c, inf);                                  (void)ungetc(c, inf);
                         break;                          break;

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