diff options
| author | Francesco Potortì | 2001-02-26 11:24:02 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2001-02-26 11:24:02 +0000 |
| commit | c2a642c0671e4acb64cfa654774e7145f4320f84 (patch) | |
| tree | 7e2077977b1d97a8ae29a1f37488131c975a0745 /lib-src | |
| parent | ba3ce288aba127623e6c593c656805163762e303 (diff) | |
| download | emacs-c2a642c0671e4acb64cfa654774e7145f4320f84.tar.gz emacs-c2a642c0671e4acb64cfa654774e7145f4320f84.zip | |
Corrected latest etags.c entry.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 6dde06a289d..ee13d754838 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -7,6 +7,8 @@ | |||
| 7 | * etags.c (enum sym_type): New label st_C_template. | 7 | * etags.c (enum sym_type): New label st_C_template. |
| 8 | (gperf input): Use it for switching to C++ from C. | 8 | (gperf input): Use it for switching to C++ from C. |
| 9 | (consider_token): Do it. | 9 | (consider_token): Do it. |
| 10 | (C_entries): Initialise typdefcblev to quiet compilers. | ||
| 11 | [!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing. | ||
| 10 | 12 | ||
| 11 | 2001-02-22 Andrew Innes <andrewi@gnu.org> | 13 | 2001-02-22 Andrew Innes <andrewi@gnu.org> |
| 12 | 14 | ||