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

Diff of /global/htags/fileindex.c

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

revision 1.14 by shigio, Mon Oct 4 16:14:06 2004 UTC revision 1.15 by shigio, Fri Oct 29 09:47:30 2004 UTC
# Line 934  makeincludeindex() Line 934  makeincludeindex()
934                  }                  }
935                  put_included(last, buf);                  put_included(last, buf);
936          }          }
937          pclose(PIPE);          if (pclose(PIPE) < 0)
938                    die("terminated abnormally.");
939    
940          for (inc = first_inc(); inc; inc = next_inc()) {          for (inc = first_inc(); inc; inc = next_inc()) {
941                  char *last = inc->name;                  char *last = inc->name;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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