/[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.135 by h-iwamoto, Sun Aug 28 03:50:30 2005 UTC revision 1.136 by h-iwamoto, Sun Aug 28 04:04:54 2005 UTC
# Line 92  int gtagslabel; Line 92  int gtagslabel;
92  int other_files;  int other_files;
93  int debug;  int debug;
94  int secure_mode;  int secure_mode;
95    int warn_multiple_filelist;
96  const char *extra_options;  const char *extra_options;
97  const char *info_string;  const char *info_string;
98  const char *file_list;  const char *file_list;
# Line 229  main(argc, argv) Line 230  main(argc, argv)
230                          break;                          break;
231                  case 'f':                  case 'f':
232                          if (file_list)                          if (file_list)
233                                  warning("-f(--file) option specified more than once, last value used.");                                  warn_multiple_filelist = 1;
234                          file_list = optarg;                          file_list = optarg;
235                          break;                          break;
236                  case 'i':                  case 'i':
# Line 271  main(argc, argv) Line 272  main(argc, argv)
272                  version(NULL, vflag);                  version(NULL, vflag);
273          if (show_help)          if (show_help)
274                  help();                  help();
275            if (warn_multiple_filelist)
276                    warning("-f(--file) option specified more than once, last value used.");
277    
278          argc -= optind;          argc -= optind;
279          argv += optind;          argv += optind;

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.136

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