From: Richard M. Stallman Date: Sat, 17 May 2003 12:42:31 +0000 (+0000) Subject: (let_shadows_buffer_binding_p): Make target of p volatile. X-Git-Tag: ttn-vms-21-2-B4~10134 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=924261558d1746783f90af4d045024d96fd11474;p=emacs.git (let_shadows_buffer_binding_p): Make target of p volatile. --- diff --git a/src/data.c b/src/data.c index b52aff10819..d18cb187f62 100644 --- a/src/data.c +++ b/src/data.c @@ -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