]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fwhere_is_internal): Declare gcpro3, gcpro4.
authorDave Love <fx@gnu.org>
Thu, 25 Jan 2001 12:58:22 +0000 (12:58 +0000)
committerDave Love <fx@gnu.org>
Thu, 25 Jan 2001 12:58:22 +0000 (12:58 +0000)
src/keymap.c

index c45f4395edaf6fa49d9056828a966d4dcbab0cbc..f5b037ffa439310d04d99a181686af55483e7cec 100644 (file)
@@ -2268,7 +2268,7 @@ indirect definition itself.")
     {
       Lisp_Object *defns;
       int i, n;
-      struct gcpro gcpro1, gcpro2;
+      struct gcpro gcpro1, gcpro2, gcpro3, gcpro4;
       
       /* Check heuristic-consistency of the cache.  */
       if (NILP (Fequal (keymaps, where_is_cache_keymaps)))