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

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

version 1.7, 2012/03/04 04:05:15 version 1.8, 2017/10/11 07:26:40
Line 99 
Line 99 
                 printf("%s %s %d\n",                  printf("%s %s %d\n",
                     node->entry, node->file, (node->lno + 63) / 64);                      node->entry, node->file, (node->lno + 63) / 64);
         else if (xflag)          else if (xflag)
                 printf("%-16s%4d %-16s %s\n",                  printf("%-16s %4d %-16s %s\n",
                     node->entry, node->lno, node->file, node->pat);                      node->entry, node->lno, node->file, node->pat);
         else          else
                 fprintf(outf, "%s\t%s\t%c^%s%c\n",                  fprintf(outf, "%s\t%s\t%c^%s%c\n",

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