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

Diff for /src/usr.bin/ctags/lisp.c between version 1.7 and 1.8

version 1.7, 2012/03/04 04:05:15 version 1.8, 2013/11/26 13:18:55
Line 67 
Line 67 
                         if (cicmp("wrapper") || cicmp("whopper"))                          if (cicmp("wrapper") || cicmp("whopper"))
                                 special = YES;                                  special = YES;
                 }                  }
                 for (; !isspace(*lbp); ++lbp)                  for (; !isspace((unsigned char)*lbp); ++lbp)
                         continue;                          continue;
                 for (; isspace(*lbp); ++lbp)                  for (; isspace((unsigned char)*lbp); ++lbp)
                         continue;                          continue;
                 for (cp = lbp; *cp && *cp != '\n'; ++cp)                  for (cp = lbp; *cp && *cp != '\n'; ++cp)
                         continue;                          continue;

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