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.
This commit is contained in:
parent
1f6af58b9c
commit
21e1464132
1 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
|||
2007-11-15 Francesco Potort,Al(B <pot@gnu.org>
|
||||
|
||||
* 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 <jet@gyve.org>
|
||||
|
||||
* etags.c (C_entries): In case '}', set fvdef to fvnone
|
||||
|
|
Loading…
Add table
Reference in a new issue