/[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.49 by shigio, Mon Nov 7 12:17:49 2005 UTC revision 1.50 by h-iwamoto, Mon Nov 7 13:48:43 2005 UTC
# Line 590  makefileindex(const char *file, STRBUF * Line 590  makefileindex(const char *file, STRBUF *
590          int count = 0;          int count = 0;
591          const char *indexlink = (Fflag) ? "../files" : "../mains";          const char *indexlink = (Fflag) ? "../files" : "../mains";
592          STRBUF *sb = strbuf_open(0);          STRBUF *sb = strbuf_open(0);
         STRBUF *input = strbuf_open(0);  
593          const char *target = (Fflag) ? "mains" : "_top";          const char *target = (Fflag) ? "mains" : "_top";
594          struct dirstack *dirstack = make_stack("dirstack");          struct dirstack *dirstack = make_stack("dirstack");
595          struct dirstack *fdstack = make_stack("fdstack");          struct dirstack *fdstack = make_stack("fdstack");
         char command[MAXFILLEN];  
596          struct dirstack *push = make_stack("push");          struct dirstack *push = make_stack("push");
597          struct dirstack *pop = make_stack("pop");          struct dirstack *pop = make_stack("pop");
598          /*          /*
# Line 880  makefileindex(const char *file, STRBUF * Line 878  makefileindex(const char *file, STRBUF *
878          delete_stack(pop);          delete_stack(pop);
879    
880          strbuf_close(sb);          strbuf_close(sb);
         strbuf_close(input);  
881          return count;          return count;
882  }  }
883  void  void

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

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