]> git.eshelyaron.com Git - emacs.git/commit
(consider_token): was `==', now is `='.
authorRichard M. Stallman <rms@gnu.org>
Fri, 9 Jul 1993 18:56:47 +0000 (18:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 9 Jul 1993 18:56:47 +0000 (18:56 +0000)
commit591fa824dd089b7f499cb42cd88c671576f4ed06
tree948336824b8a8b90999d4eb6de352a7302da3460
parentce3be3d53117edfc77de3efc6bd4288f4bccd237
(consider_token): was `==', now is `='.
(consider_token): DEFUNs now treated like funcs in ctags mode.

(LEVEL_OK_FOR_FUNCDEF): removed.
(C_entries): optimized the test that used LEVEL_OK_FOR_FUNCDEF.
(C_entries): removed a piece of useless code.
(C_entries): making typedef tags is delayed until a semicolon
is met.  This handles "typedef int X, Y, Z;" correctly.
lib-src/etags.c