# HG changeset patch # User Francesco Potort # Date 1195141220 0 # Node ID 388dd3c79510e3317b269403e24986ab74a647ec # Parent 8c10f2d6549373da5d0e6f74f37746fddf0105cf 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 -r 8c10f2d65493 -r 388dd3c79510 lib-src/ChangeLog --- a/lib-src/ChangeLog Thu Nov 15 15:39:08 2007 +0000 +++ b/lib-src/ChangeLog Thu Nov 15 15:40:20 2007 +0000 @@ -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