/[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.103 by shigio, Thu Feb 24 12:48:17 2005 UTC revision 1.104 by shigio, Fri Mar 18 13:34:00 2005 UTC
# Line 302  main(argc, argv) Line 302  main(argc, argv)
302                          die("GPATH not found.");                          die("GPATH not found.");
303                  while (strbuf_fgets(ib, stdin, 0) != NULL) {                  while (strbuf_fgets(ib, stdin, 0) != NULL) {
304                          p = strbuf_value(ib);                          p = strbuf_value(ib);
305                          if (strncmp("<A ", p, 3))                          if (strncmp("<a ", p, 3))
306                                  continue;                                  continue;
307                          q = locatestring(p, "/S/ ", MATCH_FIRST);                          q = locatestring(p, "/S/ ", MATCH_FIRST);
308                          if (q == NULL) {                          if (q == NULL) {

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104

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