/[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.91 by shigio, Fri Oct 29 07:07:06 2004 UTC revision 1.92 by shigio, Fri Oct 29 09:47:30 2004 UTC
# Line 459  main(argc, argv) Line 459  main(argc, argv)
459                                  } while ((line = strbuf_fgets(ib, stdin, 0)) != NULL                                  } while ((line = strbuf_fgets(ib, stdin, 0)) != NULL
460                                          && match(strbuf_value(curtag), line));                                          && match(strbuf_value(curtag), line));
461                          }                          }
462                          pclose(op);                          if (pclose(op) < 0)
463                                    die("terminated abnormally.");
464                  }                  }
465                  exit(0);                  exit(0);
466          } else if (do_relative || do_absolute) {          } else if (do_relative || do_absolute) {
# Line 512  main(argc, argv) Line 513  main(argc, argv)
513                          }                          }
514                  }                  }
515                  strbuf_close(ib);                  strbuf_close(ib);
516                  pclose(ip);                  pclose(ip);             /* don't check error status */
517          }          }
518          if (!getcwd(cwd, MAXPATHLEN))          if (!getcwd(cwd, MAXPATHLEN))
519                  die("cannot get current directory.");                  die("cannot get current directory.");

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

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