/[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.149 by h-iwamoto, Sat Oct 29 13:09:40 2005 UTC revision 1.150 by h-iwamoto, Fri Nov 4 16:07:24 2005 UTC
# Line 1004  createtags(const char *dbpath, const cha Line 1004  createtags(const char *dbpath, const cha
1004           * using external sort command (gnusort).           * using external sort command (gnusort).
1005           */           */
1006          if (gtop->format & GTAGS_COMPACT) {          if (gtop->format & GTAGS_COMPACT) {
1007                  if (locatestring(strbuf_value(comline), "gtags-parser", MATCH_FIRST) == NULL)                  if (locatestring(strbuf_value(comline), "gtags-parser", MATCH_FIRST) == NULL) {
1008                            if (locatestring(strbuf_value(comline), "%s", MATCH_FIRST) == NULL)
1009                                    strbuf_puts(comline, " %s");
1010                          strbuf_sprintf(comline, "| %s -k 3,3", POSIX_SORT);                          strbuf_sprintf(comline, "| %s -k 3,3", POSIX_SORT);
1011                    }
1012          }          }
1013          /*          /*
1014           * 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.149  
changed lines
  Added in v.1.150

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