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 [EMACS_21_1_RC]


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

Index: emacs/lib-src/etags.c
diff -c emacs/lib-src/etags.c:3.5.4.4 emacs/lib-src/etags.c:3.5.4.5
*** emacs/lib-src/etags.c:3.5.4.4       Fri Mar 28 08:09:10 2003
--- emacs/lib-src/etags.c       Wed Sep  3 10:16:59 2003
***************
*** 2668,2674 ****
              fvdef = vignore;
              return FALSE;
            }
!         if ((*c_extp & C_PLPL) && strneq (str+len-10, "::operator", 10))
            {
              fvdef = foperator;
              *is_func_or_var = TRUE;
--- 2668,2675 ----
              fvdef = vignore;
              return FALSE;
            }
!         if ((*c_extp & C_PLPL) &&
!             strneq (len >= 10 && str+len-10, "::operator", 10))
            {
              fvdef = foperator;
              *is_func_or_var = TRUE;




reply via email to

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