changeset 35775:171fc487f527

Modified some comments. Resumed the correct pot version number. Going to version 3.
author Francesco Potortì <pot@gnu.org>
date Wed, 31 Jan 2001 14:52:04 +0000
parents efc51d1a7b60
children 7ae7252c53c9
files lib-src/etags.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/etags.c	Wed Jan 31 14:48:31 2001 +0000
+++ b/lib-src/etags.c	Wed Jan 31 14:52:04 2001 +0000
@@ -32,7 +32,7 @@
  *	Francesco Potort́ <pot@gnu.org> has maintained it since 1993.
  */
 
-char pot_etags_version[] = "@(#) pot revision number is $Revision: 2.84 $";
+char pot_etags_version[] = "@(#) pot revision number is 14.15";
 
 #define	TRUE	1
 #define	FALSE	0
@@ -1953,6 +1953,7 @@
 
 /* Feed stuff between (but not including) %[ and %] lines to:
       gperf -c -k 1,3 -o -p -r -t
+   then put a `static' keyword in front of the in_word_set function.
 %[
 struct C_stab_entry { char *name; int c_ext; enum sym_type type; }
 %%