#| -*-Scheme-*-
-$Id: coerce.scm,v 1.7 1996/07/30 16:26:51 adams Exp $
+$Id: coerce.scm,v 1.8 1996/07/30 16:54:58 adams Exp $
Copyright (c) 1996 Massachusetts Institute of Technology
(define (%compiled-code-support:nonrestartable-continuation result)
(error
- "You attempted to return to a subproblem with a non-restartable error in"
- (error-irritant/noise "compiled code, using the value: \n; ")
+ "You attempted to return to a subproblem with a non-restartable error in compiled code, using the value: ")
result))
-(define (%compiled-code-support:signal-error-in-primitive prim args)
+(define (%compiled-code-support:signal-error-in-primitive prim . args)
(apply prim args))
\f
;; This is defined in make.scm: