changeset 69158:812b2bed63c2

(specpdl_ptr): Remove volatile qualifier for consistency with lisp.h.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 26 Feb 2006 18:08:02 +0000
parents 76d55cdb7481
children e776bfb73f2b
files src/eval.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/eval.c	Sun Feb 26 16:14:20 2006 +0000
+++ b/src/eval.c	Sun Feb 26 18:08:02 2006 +0000
@@ -117,7 +117,7 @@
 
 /* Pointer to first unused element in specpdl.  */
 
-volatile struct specbinding *specpdl_ptr;
+struct specbinding *specpdl_ptr;
 
 /* Maximum size allowed for specpdl allocation */