0.pre7.86:
[sbcl.git] / make-host-2.sh
index 1f1a1b9..080f048 100644 (file)
@@ -67,8 +67,8 @@ $SBCL_XC_HOST <<-'EOF' || exit 1
                ;; redefine our functions anyway; and developers can
                ;; fend for themselves.)
                #!-sb-fluid (sb!ext:*derive-function-types* t)
-               ;; FIXME: *TOP-LEVEL-LAMBDA-MAX* should go away altogether.
-               (sb!c::*top-level-lambda-max* 1)
+               ;; FIXME: *TOPLEVEL-LAMBDA-MAX* should go away altogether.
+               (sb!c::*toplevel-lambda-max* 1)
                ;; Let the target know that we're the cross-compiler.
                (*features* (cons :sb-xc *features*))
                ;; We need to tweak the readtable..