diff options
| author | Francesco Potortì | 2007-11-15 15:40:20 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2007-11-15 15:40:20 +0000 |
| commit | 21e1464132e49b38ba58a944a2183006c309124f (patch) | |
| tree | d7965890daffe4975b257fb9faeb8a5c7fd95175 /lib-src | |
| parent | 1f6af58b9c2b8a7e9cf6432d28a22756aa9c94e9 (diff) | |
| download | emacs-21e1464132e49b38ba58a944a2183006c309124f.tar.gz emacs-21e1464132e49b38ba58a944a2183006c309124f.zip | |
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.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ | |||
| 1 | 2007-11-15 Francesco Potort,Al(B <pot@gnu.org> | ||
| 2 | |||
| 3 | * etags.c: Make prototypes for extern definitions, and add all | ||
| 4 | that are needed to quench warnings on 64-bit. | ||
| 5 | (main): Use the same defaults for ctags as for etags: find | ||
| 6 | typedefs, structure tags, macro constants, enum constants, struct | ||
| 7 | members and global variables. | ||
| 8 | (make_C_tag) [DEBUG]: Add debugging printout. | ||
| 9 | (C_entries): In case '}' decrement bracelev before testing it. | ||
| 10 | |||
| 1 | 2007-11-15 Masatake YAMATO <jet@gyve.org> | 11 | 2007-11-15 Masatake YAMATO <jet@gyve.org> |
| 2 | 12 | ||
| 3 | * etags.c (C_entries): In case '}', set fvdef to fvnone | 13 | * etags.c (C_entries): In case '}', set fvdef to fvnone |