From 21e1464132e49b38ba58a944a2183006c309124f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francesco=20Potort=C3=AC?= Date: Thu, 15 Nov 2007 15:40:20 +0000 Subject: [PATCH] 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. --- lib-src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.39.2