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

Diff for /src/usr.bin/ctags/tree.c between version 1.8 and 1.9

version 1.8, 2005/04/18 13:21:03 version 1.9, 2006/02/11 18:52:14
Line 86 
Line 86 
         np->file = curfile;          np->file = curfile;
         np->lno = ln;          np->lno = ln;
         np->left = np->right = 0;          np->left = np->right = 0;
           np->been_warned = NO;
         if (!(np->pat = strdup(lbuf)))          if (!(np->pat = strdup(lbuf)))
                 err(1, NULL);                  err(1, NULL);
         if (!head)          if (!head)

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