From: Francesco Potortì Date: Thu, 15 Nov 2007 15:40:20 +0000 (+0000) Subject: etags.c: X-Git-Tag: emacs-pretest-23.0.90~9731 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21e1464132e49b38ba58a944a2183006c309124f;p=emacs.git etags.c: Make prototypes for extern definitions, and add all that are needed to quench warnings on 64-bit. (main): Use the same defaults for ctags as for etags: find typedefs, structure tags, macro constants, enum constants, struct members and global variables. (make_C_tag) [DEBUG]: Add debugging printout. (C_entries): In case '}' decrement bracelev before testing it. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 9a44a3ed9d8..98d73e73dd5 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,13 @@ +2007-11-15 Francesco Potort,Al(B + + * etags.c: Make prototypes for extern definitions, and add all + that are needed to quench warnings on 64-bit. + (main): Use the same defaults for ctags as for etags: find + typedefs, structure tags, macro constants, enum constants, struct + members and global variables. + (make_C_tag) [DEBUG]: Add debugging printout. + (C_entries): In case '}' decrement bracelev before testing it. + 2007-11-15 Masatake YAMATO * etags.c (C_entries): In case '}', set fvdef to fvnone