changeset 36389:6dadbe31111f

Corrected latest etags.c entry.
author Francesco Potortì <pot@gnu.org>
date Mon, 26 Feb 2001 11:24:02 +0000
parents 5835d43dcf93
children 495ba6e137c7
files lib-src/ChangeLog
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Mon Feb 26 10:12:28 2001 +0000
+++ b/lib-src/ChangeLog	Mon Feb 26 11:24:02 2001 +0000
@@ -7,6 +7,8 @@
 	* etags.c (enum sym_type): New label st_C_template.
 	(gperf input): Use it for switching to C++ from C.
 	(consider_token): Do it.
+	(C_entries): Initialise typdefcblev to quiet compilers.
+	[!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing.
 
 2001-02-22  Andrew Innes  <andrewi@gnu.org>