/[global]/global/global/global.c
ViewVC logotype

Diff of /global/global/global.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.107 by shigio, Sat Oct 8 14:58:59 2005 UTC revision 1.108 by shigio, Mon Oct 17 02:50:10 2005 UTC
# Line 609  printtag(FILE *op, const char *ctags_x) Line 609  printtag(FILE *op, const char *ctags_x)
609                  fputs(ctags_x, op);                  fputs(ctags_x, op);
610          } else {          } else {
611                  SPLIT ptable;                  SPLIT ptable;
                 int n;  
612    
613                  /*                  /*
614                   * Split tag line.                   * Split tag line.
615                   */                   */
616                  n = split((char *)ctags_x, 4, &ptable);                  split((char *)ctags_x, 4, &ptable);
617    
618                  if (tflag) {                  if (tflag) {
619                          fputs(ptable.part[PART_TAG].start, op); /* tag */                          fputs(ptable.part[PART_TAG].start, op); /* tag */

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26