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

Diff of /global/htags/dupindex.c

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

revision 1.20 by h-iwamoto, Fri Aug 12 02:18:33 2005 UTC revision 1.21 by h-iwamoto, Thu Aug 18 13:04:42 2005 UTC
# Line 153  makedupindex(void) Line 153  makedupindex(void)
153                                  }                                                                }                              
154                                  /* single entry */                                  /* single entry */
155                                  if (first_line[0]) {                                  if (first_line[0]) {
156                                          if (split(first_line, 3, &ptable) < 3) {                                          if (split(first_line, 4, &ptable) < 3) {
157                                                  recover(&ptable);                                                  recover(&ptable);
158                                                  die("too small number of parts.(2)\n'%s'", ctags_x);                                                  die("too small number of parts.(2)\n'%s'", ctags_x);
159                                          }                                          }
# Line 210  makedupindex(void) Line 210  makedupindex(void)
210                  if (first_line[0]) {                  if (first_line[0]) {
211                          SPLIT ptable;                          SPLIT ptable;
212    
213                          if (split(first_line, 3, &ptable) < 3) {                          if (split(first_line, 4, &ptable) < 3) {
214                                  recover(&ptable);                                  recover(&ptable);
215                                  die("too small number of parts.(3)\n'%s'", ctags_x);                                  die("too small number of parts.(3)\n'%s'", ctags_x);
216                          }                          }

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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