]> git.eshelyaron.com Git - emacs.git/commitdiff
(let_shadows_buffer_binding_p): Make target of p volatile.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 May 2003 12:42:31 +0000 (12:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 May 2003 12:42:31 +0000 (12:42 +0000)
src/data.c

index b52aff1081922a8f126c09dd87f3a9c3d171699b..d18cb187f6217706c2c2723d3b7185b0e257c0ae 100644 (file)
@@ -1092,7 +1092,7 @@ static int
 let_shadows_buffer_binding_p (symbol)
      Lisp_Object symbol;
 {
-  struct specbinding *p;
+  volatile struct specbinding *p;
 
   for (p = specpdl_ptr - 1; p >= specpdl; p--)
     if (p->func == NULL