X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Falpha-vm.lisp;h=fff421e895654b45c6c1be56d15d0801a742d000;hb=01044af1b8d69fc3899dc0417064c1512223223d;hp=343e746baf483c3b521b7ae58afbfca28883879c;hpb=b062a0cffdc3e1706a67c487d2bc5e406c104893;p=sbcl.git diff --git a/src/code/alpha-vm.lisp b/src/code/alpha-vm.lisp index 343e746..fff421e 100644 --- a/src/code/alpha-vm.lisp +++ b/src/code/alpha-vm.lisp @@ -10,9 +10,6 @@ ;;;; files for more information. (in-package "SB!VM") - -(defvar *number-of-signals* 64) -(defvar *bits-per-word* 64) ;;; See x86-vm.lisp for a description of this. (define-alien-type os-context-t (struct os-context-t-struct)) @@ -22,9 +19,10 @@ (defun machine-type () "Return a string describing the type of the local machine." "Alpha") -(defun machine-version () - "Return a string describing the version of the local machine." - "Alpha") + +;;; support for CL:MACHINE-VERSION defined OAOO elsewhere +(defun get-machine-version () + nil) (defun fixup-code-object (code offset value kind) (unless (zerop (rem offset n-word-bytes))