0.9.0.30: towards callbacks: static-vectors
[sbcl.git] / src / code / sysmacs.lisp
index a368a03..66114f0 100644 (file)
@@ -23,7 +23,7 @@
 (declaim (type index *gc-inhibit*))
 (defvar *gc-inhibit*) ; initialized in cold init
 
-(defmacro without-gcing (&rest body)
+(defmacro without-gcing (&body body)
   #!+sb-doc
   "Executes the forms in the body without doing a garbage collection."
   `(unwind-protect