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

Diff of /global/htags/htags.c

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

revision 1.83 by shigio, Fri Nov 11 07:25:25 2005 UTC revision 1.84 by shigio, Thu Nov 17 09:22:35 2005 UTC
# Line 1638  main(int argc, char **argv) Line 1638  main(int argc, char **argv)
1638          if (id_value) {          if (id_value) {
1639                  id = id_value;                  id = id_value;
1640          }          }
1641          if (!test("r", makepath(dbpath, dbname(GTAGS), NULL)) || !test("r", makepath(dbpath, dbname(GRTAGS), NULL)))          if (!test("fr", makepath(dbpath, dbname(GTAGS), NULL)) || !test("fr", makepath(dbpath, dbname(GRTAGS), NULL)))
1642                  die("GTAGS and/or GRTAGS not found. Htags needs both of them.");                  die("GTAGS and/or GRTAGS not found. Htags needs both of them.");
1643          if (symbol && !test("r", makepath(dbpath, dbname(GSYMS), NULL)))          if (symbol && !test("r", makepath(dbpath, dbname(GSYMS), NULL)))
1644                  die("-s(--symbol) option needs GSYMS tag file.");                  die("-s(--symbol) option needs GSYMS tag file.");

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

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