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

Diff of /global/htags/defineindex.c

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

revision 1.7 by h-iwamoto, Sun Oct 31 13:06:11 2004 UTC revision 1.8 by shigio, Fri Nov 12 02:16:10 2004 UTC
# Line 130  makedefineindex(file, total, defines) Line 130  makedefineindex(file, total, defines)
130                                  fprintf(ALPHA, "%s\n", body_end);                                  fprintf(ALPHA, "%s\n", body_end);
131                                  fprintf(ALPHA, "%s\n", html_end);                                  fprintf(ALPHA, "%s\n", html_end);
132                                  if (cflag) {                                  if (cflag) {
133                                          if (pclose(ALPHA) < 0)                                          if (pclose(ALPHA) != 0)
134                                                  die("terminated abnormally.");                                                  die("terminated abnormally.");
135                                  } else                                  } else
136                                          fclose(ALPHA);                                          fclose(ALPHA);
# Line 258  makedefineindex(file, total, defines) Line 258  makedefineindex(file, total, defines)
258                  if (map_file)                  if (map_file)
259                          fprintf(MAP, "%s\t%s\n", tag, url_for_map);                          fprintf(MAP, "%s\t%s\n", tag, url_for_map);
260          }          }
261          if (pclose(TAGS) < 0)          if (pclose(TAGS) != 0)
262                  die("'%s' failed.", command);                  die("'%s' failed.", command);
263          STDOUT = old;          STDOUT = old;
264          if (aflag && alpha[0]) {          if (aflag && alpha[0]) {

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

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