/[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.30 by h-iwamoto, Thu Aug 18 13:04:42 2005 UTC revision 1.31 by shigio, Sat Sep 3 13:27:52 2005 UTC
# Line 110  makedefineindex(file, total, defines) Line 110  makedefineindex(file, total, defines)
110                  count++;                  count++;
111                  tag = _;                  tag = _;
112                  message(" [%d/%d] adding %s", count, total, tag);                  message(" [%d/%d] adding %s", count, total, tag);
113                  if (aflag && (alpha[0] == '\0' || strncmp(tag, alpha, strlen(alpha)))) {                  if (aflag && (alpha[0] == '\0' || !locatestring(tag, alpha, MATCH_AT_FIRST))) {
114                          const char *msg = (alpha_count == 1) ? "definition is contained." : "definitions are contained.";                          const char *msg = (alpha_count == 1) ? "definition is contained." : "definitions are contained.";
115                          int c;                          int c;
116    

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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