[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.8 and 1.9

version 1.8, 2009/10/27 23:59:37 version 1.9, 2012/03/04 04:05:15
Line 93 
Line 93 
                         while (GETC(!=, EOF) && (intoken(c) || c == '.'))                          while (GETC(!=, EOF) && (intoken(c) || c == '.'))
                                 *sp++ = c;                                  *sp++ = c;
                         *sp = EOS;                          *sp = EOS;
                         getline();              /* may change before ':' */                          get_line();             /* may change before ':' */
                         while (iswhite(c)) {                          while (iswhite(c)) {
                                 if (c == '\n')                                  if (c == '\n')
                                         SETLINE;                                          SETLINE;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9