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

Diff of /global/htags/anchor.c

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

revision 1.13 by shigio, Thu Apr 7 10:20:07 2005 UTC revision 1.14 by shigio, Fri Apr 8 06:49:19 2005 UTC
# Line 66  anchor_load(file) Line 66  anchor_load(file)
66          const char *file;          const char *file;
67  {  {
68          char command[MAXFILLEN];          char command[MAXFILLEN];
69          char *options[] = {NULL, "", "r", "s"};          const char *options[] = {NULL, "", "r", "s"};
70          STRBUF *sb = strbuf_open(0);          STRBUF *sb = strbuf_open(0);
71          FILE *ip;          FILE *ip;
72          int i, db;          int i, db;
# Line 101  anchor_load(file) Line 101  anchor_load(file)
101                                  die("too small number of parts in anchor_load().\n'%s'", _);                                  die("too small number of parts in anchor_load().\n'%s'", _);
102                          }                          }
103                          if (db == GTAGS) {                          if (db == GTAGS) {
104                                  char *p;                                  const char *p;
105    
106                                  for (p = ptable.part[PART_LINE].start; *p && isspace((unsigned char)*p); p++)                                  for (p = ptable.part[PART_LINE].start; *p && isspace((unsigned char)*p); p++)
107                                          ;                                          ;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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