From: Luc Teirlinck Date: Sun, 26 Feb 2006 18:08:02 +0000 (+0000) Subject: (specpdl_ptr): Remove volatile qualifier for consistency with lisp.h. X-Git-Tag: emacs-pretest-22.0.90~3896 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab83782857cf6577676eb39ee8ee591a72746c8d;p=emacs.git (specpdl_ptr): Remove volatile qualifier for consistency with lisp.h. --- diff --git a/src/eval.c b/src/eval.c index 06d53c907b4..a84948981f4 100644 --- a/src/eval.c +++ b/src/eval.c @@ -117,7 +117,7 @@ struct specbinding *specpdl; /* Pointer to first unused element in specpdl. */ -volatile struct specbinding *specpdl_ptr; +struct specbinding *specpdl_ptr; /* Maximum size allowed for specpdl allocation */