From 4eb76141fdcf503be0f857ee5e43e2a5e76bb069 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Tue, 27 Feb 1990 11:30:27 +0000 Subject: [PATCH] Added (in-package "C"). Oops. --- compiler/mips/alloc.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler/mips/alloc.lisp b/compiler/mips/alloc.lisp index 2eeb98dd8..ca002adcf 100644 --- a/compiler/mips/alloc.lisp +++ b/compiler/mips/alloc.lisp @@ -7,13 +7,16 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/alloc.lisp,v 1.1 1990/02/27 00:16:55 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/alloc.lisp,v 1.2 1990/02/27 11:30:27 wlott Exp $ ;;; ;;; Allocation VOPs for the MIPS port. ;;; ;;; Written by William Lott. ;;; +(in-package "C") + + (define-vop (list-or-list*) (:args (things :more t)) (:temporary (:scs (descriptor-reg) :type list) ptr) -- GitLab