]> git.eshelyaron.com Git - emacs.git/commitdiff
(C_entries): DEFUN names were longer by one: corrected.
authorFrancesco Potortì <pot@gnu.org>
Wed, 20 Dec 2006 10:41:29 +0000 (10:41 +0000)
committerFrancesco Potortì <pot@gnu.org>
Wed, 20 Dec 2006 10:41:29 +0000 (10:41 +0000)
lib-src/etags.c

index c3578a4b1ad2d4c3928a5c9cc872801b2a04fcd2..3a976c3d756aebb80497af9223d7b15cae7c78ed 100644 (file)
@@ -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);