From: Francesco Potortì Date: Wed, 31 Jan 2001 14:52:04 +0000 (+0000) Subject: Modified some comments. X-Git-Tag: emacs-pretest-21.0.98~262 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=822e6123ab813077dccd2f130350521bcdf749d1;p=emacs.git Modified some comments. Resumed the correct pot version number. Going to version 3. --- diff --git a/lib-src/etags.c b/lib-src/etags.c index ba6d9a86ac1..7ae810d96fc 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -32,7 +32,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ * 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 @@ static enum sym_type C_symtype P_((char *, int, int)); /* 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; } %%