/[global]/global/libutil/conf.c
ViewVC logotype

Diff of /global/libutil/conf.c

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

revision 1.39 by shigio, Thu Feb 24 01:33:48 2005 UTC revision 1.40 by shigio, Tue Mar 1 23:45:56 2005 UTC
# Line 335  openconf() Line 335  openconf()
335                  /*                  /*
336                   * usable search in BINDIR at first.                   * usable search in BINDIR at first.
337                   */                   */
338  #if defined(_WIN32) || defined(__DJGPP__)  #if defined(_WIN32)
339                  path = "gtags-parser.exe";                  path = "gtags-parser.exe";
340    #elif defined(__DJGPP__)
341                    path = usable("gtags-parser") ? "gtags-parser.exe" : "gtags-~1.exe";
342  #else  #else
343                  path = usable("gtags-parser");                  path = usable("gtags-parser");
344                  if (!path)                  if (!path)

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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