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

Diff of /global/htags/fileindex.c

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

revision 1.46 by shigio, Tue Oct 4 07:59:04 2005 UTC revision 1.47 by h-iwamoto, Wed Oct 19 14:32:53 2005 UTC
# Line 302  push_stack(struct dirstack *sp, const ch Line 302  push_stack(struct dirstack *sp, const ch
302    
303          if (sp->leaved < length) {          if (sp->leaved < length) {
304                  fprintf(stderr, "s = %s, leaved = %d, length = %d, bufsize = %d\n",                  fprintf(stderr, "s = %s, leaved = %d, length = %d, bufsize = %d\n",
305                          s, sp->leaved, length, sp->last - sp->buf);                          s, sp->leaved, length, (int)(sp->last - sp->buf));
306                  dump_stack(sp, "abort in push_stack");                  dump_stack(sp, "abort in push_stack");
307                  abort();                  abort();
308          }          }

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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