X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fbackend.lisp;h=915dec014e70c86c581a3972fd793e001f1f5b9b;hb=3a2c2a2217f77e0d1a44a581c83e0311ebc2594a;hp=cf140b1e644a7f241560dda3e86bf5fbfff258ac;hpb=581e3d62de8cb37e13ad9db63e5537c0f962be28;p=sbcl.git diff --git a/src/compiler/backend.lisp b/src/compiler/backend.lisp index cf140b1..915dec0 100644 --- a/src/compiler/backend.lisp +++ b/src/compiler/backend.lisp @@ -133,10 +133,6 @@ ;;; they haven't been installed yet (defvar *backend-internal-errors* nil) (declaim (type (or simple-vector null) *backend-internal-errors*)) - -;;; the maximum number of bytes per page on this system (used by GENESIS) -(defvar *backend-page-size* 0) -(declaim (type index *backend-page-size*)) ;;;; VM support routines @@ -161,7 +157,7 @@ name) *backend-support-routines*) (error "machine-specific support ~S ~ - routine undefined" + routine undefined" ',name)) args))) routines))))