etags.c:
authorFrancesco Potortì <pot@gnu.org>
Thu, 15 Nov 2007 15:40:20 +0000 (15:40 +0000)
committerFrancesco Potortì <pot@gnu.org>
Thu, 15 Nov 2007 15:40:20 +0000 (15:40 +0000)
commit21e1464132e49b38ba58a944a2183006c309124f
treed7965890daffe4975b257fb9faeb8a5c7fd95175
parent1f6af58b9c2b8a7e9cf6432d28a22756aa9c94e9
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