# HG changeset patch # User Luc Teirlinck # Date 1140977282 0 # Node ID 812b2bed63c29bb5ef4b4928d2573a48c2424613 # Parent 76d55cdb74810244c09630f2e6caebb923cc936d (specpdl_ptr): Remove volatile qualifier for consistency with lisp.h. diff -r 76d55cdb7481 -r 812b2bed63c2 src/eval.c --- 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 */