0.6.12.5:
[sbcl.git] / src / compiler / alpha / alloc.lisp
index 68f74e5..af42bcb 100644 (file)
@@ -1,22 +1,15 @@
-;;; -*- Package: ALPHA -*-
-;;;
-;;; **********************************************************************
-;;; This code was written as part of the CMU Common Lisp project at
-;;; Carnegie Mellon University, and has been placed in the public domain.
-;;;
+;;;; allocation VOPs for the Alpha port
 
-;;;
-;;; **********************************************************************
-;;;
-;;; Allocation VOPs for the Alpha port.
-;;;
-;;; Written by William Lott.
-;;; Converted by Sean Hallgren.
-;;; 
+;;;; 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")
-
-
 \f
 ;;;; LIST and LIST*
 
@@ -74,9 +67,8 @@
 
 (define-vop (list* list-or-list*)
   (:variant t))
-
 \f
-;;;; Special purpose inline allocators.
+;;;; special purpose inline allocators
 
 (define-vop (allocate-code-object)
   (:args (boxed-arg :scs (any-reg))
     (storew value result value-cell-value-slot other-pointer-type)))
 
 \f
-;;;; Automatic allocators for primitive objects.
+;;;; automatic allocators for primitive objects
 
 (define-vop (make-unbound-marker)
   (:args)