emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/eval.c


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/src/eval.c
Date: Sun, 26 Feb 2006 18:08:02 +0000

Index: emacs/src/eval.c
diff -u emacs/src/eval.c:1.262 emacs/src/eval.c:1.263
--- emacs/src/eval.c:1.262      Sat Feb 25 23:20:10 2006
+++ emacs/src/eval.c    Sun Feb 26 18:08:02 2006
@@ -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 */
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]