0.8.21.33: make doctrings.lisp understand embedded examples better
[sbcl.git] / src / compiler / mips / c-call.lisp
index af0d2f8..cef3b3b 100644 (file)
@@ -1,3 +1,14 @@
+;;;; VOPs and other machine-specific support routines for call-out to C
+
+;;;; This software is part of the SBCL system. See the README file for
+;;;; more information.
+;;;;
+;;;; This software is derived from the CMU CL system, which was
+;;;; written at Carnegie Mellon University and released into the
+;;;; public domain. The software is in the public domain and is
+;;;; provided with absolutely no warranty. See the COPYING and CREDITS
+;;;; files for more information.
+
 (in-package "SB!VM")
 
 (defun my-make-wired-tn (prim-type-name sc-name offset)
@@ -76,7 +87,6 @@
                              'single-int-carg-reg
                              (+ stack-frame-size 4))))))
 
-
 (defstruct result-state
   (num-results 0))
 
                                        (alien-fun-type-result-type type)
                                        (make-result-state))))))
 
-
 (define-vop (foreign-symbol-address)
   (:translate foreign-symbol-address)
   (:policy :fast-safe)