(specpdl_ptr): Remove volatile qualifier for consistency with lisp.h.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 26 Feb 2006 18:08:02 +0000 (18:08 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 26 Feb 2006 18:08:02 +0000 (18:08 +0000)
src/eval.c

index 06d53c9..a849489 100644 (file)
@@ -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 */