From 0ee377da96c6c057f9e4bd02bbdbfb6c4fabfb2f Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Thu, 8 Mar 1990 21:39:31 +0000 Subject: [PATCH] Added def-source-transforms for %more-arg-context and %verify-argument-count 'cause they got lost when I advanced the compiler sources I was compiling against. --- compiler/generic/vm-tran.lisp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/compiler/generic/vm-tran.lisp b/compiler/generic/vm-tran.lisp index 168945de8..851fea540 100644 --- a/compiler/generic/vm-tran.lisp +++ b/compiler/generic/vm-tran.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-tran.lisp,v 1.2 1990/03/07 18:46:43 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-tran.lisp,v 1.3 1990/03/08 21:39:31 wlott Exp $ ;;; ;;; This file contains impelemtentation-dependent transforms. ;;; @@ -50,6 +50,14 @@ (frob %argument-count-error argument-count-error)) +(def-source-transform %more-arg-context (&rest foo) + `(%primitive more-arg-context ,@foo)) +;;; +(def-source-transform %verify-argument-count (&rest foo) + `(%primitive verify-argument-count ,@foo)) + + + ;;; Let these pass for now. (def-primitive-translator header-ref (obj slot) -- GitLab