/[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.101 by shigio, Thu Feb 24 01:33:48 2005 UTC revision 1.102 by shigio, Thu Feb 24 11:21:24 2005 UTC
# Line 701  incremental(dbpath, root) Line 701  incremental(dbpath, root)
701                  /* a blank at the head of path means 'NOT SOURCE'. */                  /* a blank at the head of path means 'NOT SOURCE'. */
702                  if (*path == ' ')                  if (*path == ' ')
703                          continue;                          continue;
                 if (locatestring(path, " ", MATCH_FIRST)) {  
                         if (!qflag)  
                                 warning("'%s' ignored, because it includes blank in the path.", path);  
                         continue;  
                 }  
704                  if (stat(path, &statp) < 0)                  if (stat(path, &statp) < 0)
705                          die("stat failed '%s'.", path);                          die("stat failed '%s'.", path);
706                  if (!gpath_path2fid(path))                  if (!gpath_path2fid(path))
# Line 937  createtags(dbpath, root, db) Line 932  createtags(dbpath, root, db)
932                          continue;                          continue;
933                  if (exitflag)                  if (exitflag)
934                          break;                          break;
                 if (locatestring(path, " ", MATCH_FIRST)) {  
                         if (!qflag)  
                                 warning("'%s' ignored, because it includes blank in the path.", path + 2);  
                         continue;  
                 }  
935                  count++;                  count++;
936                  /*                  /*
937                   * GSYMS doesn't treat asembler.                   * GSYMS doesn't treat asembler.

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102

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