/[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.29 by shigio, Wed May 11 01:50:11 2005 UTC revision 1.30 by h-iwamoto, Thu Aug 18 13:04:42 2005 UTC
# Line 239  makedefineindex(file, total, defines) Line 239  makedefineindex(file, total, defines)
239                          SPLIT ptable;                          SPLIT ptable;
240                          const char *lno, *fid, *path;                          const char *lno, *fid, *path;
241    
242                          if (split((char *)line, 3, &ptable) < 3) {                          if (split((char *)line, 2, &ptable) < 2) {
243                                  recover(&ptable);                                  recover(&ptable);
244                                  die("too small number of parts in makedefineindex().\n'%s'", line);                                  die("too small number of parts in makedefineindex().\n'%s'", line);
245                          }                          }

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

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