0.pre8.85
[sbcl.git] / src / code / sysmacs.lisp
index fae42e2..dc1358e 100644 (file)
@@ -34,7 +34,7 @@
       ,@body)
     (atomic-incf/symbol *gc-inhibit* -1)
     (when (and *need-to-collect-garbage* (zerop *gc-inhibit*))
-      (maybe-gc nil))))
+      (sub-gc))))
 
 \f
 ;;; EOF-OR-LOSE is a useful macro that handles EOF.