/[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.6 by shigio, Fri Oct 29 09:47:30 2004 UTC revision 1.7 by h-iwamoto, Sun Oct 31 13:06:11 2004 UTC
# Line 63  makedefineindex(file, total, defines) Line 63  makedefineindex(file, total, defines)
63          if (Fflag)          if (Fflag)
64                  snprintf(indexlink, sizeof(indexlink), "../defines.%s", normal_suffix);                  snprintf(indexlink, sizeof(indexlink), "../defines.%s", normal_suffix);
65          else          else
66                  snprintf(indexlink, sizeof(indexlink), "../mains.%s", normal_suffix);;                  snprintf(indexlink, sizeof(indexlink), "../mains.%s", normal_suffix);
67          if (map_file) {          if (map_file) {
68                  if (!(MAP = fopen(makepath(distpath, "MAP", NULL), "w")))                  if (!(MAP = fopen(makepath(distpath, "MAP", NULL), "w")))
69                          die("cannot open '%s'.", makepath(distpath, "MAP", NULL));                          die("cannot open '%s'.", makepath(distpath, "MAP", NULL));

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

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