/[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.142 by shigio, Sun Sep 4 02:00:45 2005 UTC revision 1.143 by h-iwamoto, Sun Sep 4 11:56:38 2005 UTC
# Line 560  main(argc, argv) Line 560  main(argc, argv)
560          }          }
561    
562          /*          /*
563           * If the file_list is given, it must be readable file.           * If the file_list other than "-" is given, it must be readable file.
564           */           */
565          if (file_list) {          if (file_list && strcmp(file_list, "-")) {
566                  if (test("d", file_list))                  if (test("d", file_list))
567                          die("'%s' is a directory.", file_list);                          die("'%s' is a directory.", file_list);
568                  else if (!test("f", file_list))                  else if (!test("f", file_list))

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143

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