aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorFrancesco Potortì2001-02-26 11:24:02 +0000
committerFrancesco Potortì2001-02-26 11:24:02 +0000
commitc2a642c0671e4acb64cfa654774e7145f4320f84 (patch)
tree7e2077977b1d97a8ae29a1f37488131c975a0745 /lib-src/ChangeLog
parentba3ce288aba127623e6c593c656805163762e303 (diff)
downloademacs-c2a642c0671e4acb64cfa654774e7145f4320f84.tar.gz
emacs-c2a642c0671e4acb64cfa654774e7145f4320f84.zip
Corrected latest etags.c entry.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog2
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
112001-02-22 Andrew Innes <andrewi@gnu.org> 132001-02-22 Andrew Innes <andrewi@gnu.org>
12 14