/[global]/global/htags/htags.c
ViewVC logotype

Diff of /global/htags/htags.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.85 by shigio, Fri Nov 18 04:51:16 2005 UTC revision 1.86 by h-iwamoto, Thu Dec 1 15:21:00 2005 UTC
# Line 868  makecommonpart(const char *title, const Line 868  makecommonpart(const char *title, const
868          }          }
869          strbuf_sprintf(sb, "%sMAINS%s\n", header_begin, header_end);          strbuf_sprintf(sb, "%sMAINS%s\n", header_begin, header_end);
870    
871          snprintf(command, sizeof(command), "%s -x %s", global_path, main_func);          snprintf(command, sizeof(command), "%s -x --nofilter=path %s", global_path, main_func);
872          ip = popen(command, "r");          ip = popen(command, "r");
873          if (!ip)          if (!ip)
874                  die("cannot execute command '%s'.", command);                  die("cannot execute command '%s'.", command);

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

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