/[global]/global/gtags/gtags.c
ViewVC logotype

Diff of /global/gtags/gtags.c

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

revision 1.147 by shigio, Tue Oct 25 01:54:31 2005 UTC revision 1.148 by shigio, Thu Oct 27 06:33:35 2005 UTC
# Line 1000  createtags(const char *dbpath, const cha Line 1000  createtags(const char *dbpath, const cha
1000           */           */
1001          if (gtop->format & GTAGS_COMPACT) {          if (gtop->format & GTAGS_COMPACT) {
1002                  if (locatestring(strbuf_value(comline), "gtags-parser", MATCH_FIRST) == NULL)                  if (locatestring(strbuf_value(comline), "gtags-parser", MATCH_FIRST) == NULL)
1003                          strbuf_puts(comline, "| gnusort -k 3,3");                          strbuf_sprintf(comline, "| %s -k 3,3", POSIX_SORT);
1004          }          }
1005          /*          /*
1006           * If the --max-args option is not specified, we pass the parser           * If the --max-args option is not specified, we pass the parser

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148

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