]> git.eshelyaron.com Git - emacs.git/commit
* etags.c (L_isdef, L_isquote, L_getit): small optimisations.
authorFrancesco Potortì <pot@gnu.org>
Mon, 6 Sep 1993 11:39:39 +0000 (11:39 +0000)
committerFrancesco Potortì <pot@gnu.org>
Mon, 6 Sep 1993 11:39:39 +0000 (11:39 +0000)
commit31d4b31480bbce7bdff82a7da2414598afed9279
treef7b64e46fc8a405452bb5265270b3927fcaec6aa
parent1817fda04a1b9a20d564e9bd8c93865137bc4e73
* etags.c (L_isdef, L_isquote, L_getit): small optimisations.
(L_funcs): the (foo::defmumble stuff now should work.
(consider_token): function returned random value--corrected.
(C_entries): corrected == versus = typo.
* etags.c (FINCST): added the fignore status. Means we are
after the parameter list and before the open curly brace.
Allows correct parsing of C++ constructors.
(C_entries, consider_token): make use of fignore.
(consider_token): reset funcdef when next_token_is_func: when in
ctags mode makes DEFVAR and others work better.
(L_isquote): function that recognises the "(quote" string.
(L_getit): ignore quoting via "'" or "(quote".  Useful for defalias.
lib-src/etags.c