1.0.28.44: better MACHINE-VERSION answers on BSD'ish platforms
[sbcl.git] / src / code / sunos-os.lisp
index 07a53f2..ae4b233 100644 (file)
@@ -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)