/[global]/global/htags/asm.l
ViewVC logotype

Diff of /global/htags/asm.l

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

revision 1.11 by shigio, Wed Mar 30 02:02:00 2005 UTC revision 1.12 by shigio, Fri Apr 8 06:49:19 2005 UTC
# Line 116  WORD           {ALPHA}{ALPHANUM}* Line 116  WORD           {ALPHA}{ALPHANUM}*
116                          *p = '\0';                          *p = '\0';
117                          if (c == sep) {                          if (c == sep) {
118                                  struct data *inc;                                  struct data *inc;
119                                  char *basename = locatestring(path, "/", MATCH_LAST);                                  const char *basename = locatestring(path, "/", MATCH_LAST);
120    
121                                  if (basename)                                  if (basename)
122                                          basename++;                                          basename++;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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