emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/etags.c


From: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/lib-src/etags.c
Date: Wed, 03 Sep 2003 10:20:50 -0400

Index: emacs/lib-src/etags.c
diff -c emacs/lib-src/etags.c:3.36 emacs/lib-src/etags.c:3.37
*** emacs/lib-src/etags.c:3.36  Mon Sep  1 11:45:03 2003
--- emacs/lib-src/etags.c       Wed Sep  3 10:20:49 2003
***************
*** 3116,3122 ****
              fvdef = vignore;
              return FALSE;
            }
!         if (strneq (str+len-10, "::operator", 10))
            {
              if (*c_extp & C_AUTO) /* automatic detection of C++ */
                *c_extp = (*c_extp | C_PLPL) & ~C_AUTO;
--- 3116,3122 ----
              fvdef = vignore;
              return FALSE;
            }
!         if (len >= 10 && strneq (str+len-10, "::operator", 10))
            {
              if (*c_extp & C_AUTO) /* automatic detection of C++ */
                *c_extp = (*c_extp | C_PLPL) & ~C_AUTO;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]