From ab83782857cf6577676eb39ee8ee591a72746c8d Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sun, 26 Feb 2006 18:08:02 +0000 Subject: [PATCH] (specpdl_ptr): Remove volatile qualifier for consistency with lisp.h. --- src/eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5