/[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.140 by shigio, Sat Sep 3 10:48:57 2005 UTC revision 1.141 by shigio, Sat Sep 3 13:27:52 2005 UTC
# Line 354  main(argc, argv) Line 354  main(argc, argv)
354                          die("GPATH not found.");                          die("GPATH not found.");
355                  while (strbuf_fgets(ib, stdin, 0) != NULL) {                  while (strbuf_fgets(ib, stdin, 0) != NULL) {
356                          p = strbuf_value(ib);                          p = strbuf_value(ib);
357                          if (strncmp("<a ", p, 3))                          if (!locatestring(p, "<a ", MATCH_AT_FIRST))
358                                  continue;                                  continue;
359                          q = locatestring(p, "/S/ ", MATCH_FIRST);                          q = locatestring(p, "/S/ ", MATCH_FIRST);
360                          if (q == NULL) {                          if (q == NULL) {

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141

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