/[emacs]/emacs/lib-src/etags.c
ViewVC logotype

Diff of /emacs/lib-src/etags.c

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

revision 3.36 by miles, Mon Sep 1 15:45:03 2003 UTC revision 3.37 by pot, Wed Sep 3 14:20:49 2003 UTC
# Line 3116  consider_token (str, len, c, c_extp, cbl Line 3116  consider_token (str, len, c, c_extp, cbl
3116                fvdef = vignore;                fvdef = vignore;
3117                return FALSE;                return FALSE;
3118              }              }
3119            if (strneq (str+len-10, "::operator", 10))            if (len >= 10 && strneq (str+len-10, "::operator", 10))
3120              {              {
3121                if (*c_extp & C_AUTO) /* automatic detection of C++ */                if (*c_extp & C_AUTO) /* automatic detection of C++ */
3122                  *c_extp = (*c_extp | C_PLPL) & ~C_AUTO;                  *c_extp = (*c_extp | C_PLPL) & ~C_AUTO;

Legend:
Removed from v.3.36  
changed lines
  Added in v.3.37

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