From: Francesco Potortì Date: Wed, 20 Dec 2006 10:41:29 +0000 (+0000) Subject: (C_entries): DEFUN names were longer by one: corrected. X-Git-Tag: emacs-pretest-22.0.93~538 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f6880bf34653356033569c2a482a0b8bf5143777;p=emacs.git (C_entries): DEFUN names were longer by one: corrected. --- diff --git a/lib-src/etags.c b/lib-src/etags.c index c3578a4b1ad..3a976c3d756 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -41,7 +41,7 @@ * configuration file containing regexp definitions for etags. */ -char pot_etags_version[] = "@(#) pot revision number is $Revision: 17.22 $"; +char pot_etags_version[] = "@(#) pot revision number is 17.23"; #define TRUE 1 #define FALSE 0 @@ -3163,7 +3163,7 @@ static void make_C_tag (isfun) bool isfun; { - /* This function should never be called when token.valid is FALSE, but + /* This function is never called when token.valid is FALSE, but we must protect against invalid input or internal errors. */ if (!DEBUG && !token.valid) return; @@ -3493,7 +3493,6 @@ C_entries (c_ext, inf) off += 1; len -= 1; } - len = toklen; linebuffer_setlen (&token_name, len); strncpy (token_name.buffer, newlb.buffer + off, len);