X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Fsunos-os.lisp;h=ae4b233e082ef2db4b9c147c5a2b06976d45bb8a;hb=4ba392170e98744f0ef0b8e08a5d42b988f1d0c9;hp=07a53f242a7f6afe16591447f5fc7dab9911e061;hpb=53ab0266f9a92943cc93f675cc727d01cfa55474;p=sbcl.git diff --git a/src/code/sunos-os.lisp b/src/code/sunos-os.lisp index 07a53f2..ae4b233 100644 --- a/src/code/sunos-os.lisp +++ b/src/code/sunos-os.lisp @@ -49,3 +49,7 @@ ;; FIXME II: this could well be wrong #!+sparc 8192 #!+(or x86 x86-64) 4096) + +;;; support for CL:MACHINE-VERSION defined OAOO elsewhere +(defun get-machine-version () + nil)