/[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.137 by shigio, Sun Aug 28 11:05:21 2005 UTC revision 1.138 by h-iwamoto, Sun Aug 28 12:21:33 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;
 int warn_multiple_filelist;  
95  const char *extra_options;  const char *extra_options;
96  const char *info_string;  const char *info_string;
97  const char *file_list;  const char *file_list;
# Line 229  main(argc, argv) Line 228  main(argc, argv)
228                          cflag++;                          cflag++;
229                          break;                          break;
230                  case 'f':                  case 'f':
                         if (file_list)  
                                 warn_multiple_filelist = 1;  
231                          file_list = optarg;                          file_list = optarg;
232                          break;                          break;
233                  case 'i':                  case 'i':
# Line 272  main(argc, argv) Line 269  main(argc, argv)
269                  version(NULL, vflag);                  version(NULL, vflag);
270          if (show_help)          if (show_help)
271                  help();                  help();
         if (warn_multiple_filelist)  
                 warning("-f(--file) option specified more than once, last value used.");  
272    
273          argc -= optind;          argc -= optind;
274          argv += optind;          argv += optind;

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138

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