diff --git a/compiler/generic/vm-tran.lisp b/compiler/generic/vm-tran.lisp
index 168945de80a0154d3a91179d6e5353418ff3eb64..851fea5406d66d2adb6f13ef9f33d73b851a7292 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)