/[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.26 by h-iwamoto, Mon May 9 13:49:05 2005 UTC revision 1.27 by shigio, Tue May 10 01:37:14 2005 UTC
# Line 248  makedefineindex(file, total, defines) Line 248  makedefineindex(file, total, defines)
248                          path += 2;              /* remove './' */                          path += 2;              /* remove './' */
249    
250                          fid = path2fid(path);                          fid = path2fid(path);
251                          snprintf(url_for_map, sizeof(url_for_map), "%s/%s.%s#%s",                          snprintf(url_for_map, sizeof(url_for_map), "%s/%s.%s#L%s",
252                                  SRCS, fid, HTML, lno);                                  SRCS, fid, HTML, lno);
253                          if (aflag)                          if (aflag)
254                                  strbuf_puts(url, "../");                                  strbuf_puts(url, "../");
255                          strbuf_sprintf(url, "%s/%s.%s#%s", SRCS, fid, HTML, lno);                          strbuf_sprintf(url, "%s/%s.%s#L%s", SRCS, fid, HTML, lno);
256                          snprintf(guide, sizeof(guide), "Defined at %s in %s.", lno, path);                          snprintf(guide, sizeof(guide), "Defined at %s in %s.", lno, path);
257                          recover(&ptable);                          recover(&ptable);
258                  }                  }

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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