# HG changeset patch # User Francesco Potort # Date 980952724 0 # Node ID 171fc487f5278a0ab15dfd285dd7c01c73b10b49 # Parent efc51d1a7b604365f10963d17a0fbc674ac9b79d Modified some comments. Resumed the correct pot version number. Going to version 3. diff -r efc51d1a7b60 -r 171fc487f527 lib-src/etags.c --- 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 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; } %%