From 850e861371c516536ce749732a1644bdd3267384 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Tue, 30 Jul 1996 20:11:40 +0000 Subject: [PATCH] Rouge ')'. --- v8/src/runtime/coerce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v8/src/runtime/coerce.scm b/v8/src/runtime/coerce.scm index f17889e16..8e3a36353 100644 --- a/v8/src/runtime/coerce.scm +++ b/v8/src/runtime/coerce.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: coerce.scm,v 1.8 1996/07/30 16:54:58 adams Exp $ +$Id: coerce.scm,v 1.9 1996/07/30 20:11:40 adams Exp $ Copyright (c) 1996 Massachusetts Institute of Technology @@ -198,7 +198,7 @@ MIT in each case. |# (define (%compiled-code-support:nonrestartable-continuation result) (error "You attempted to return to a subproblem with a non-restartable error in compiled code, using the value: ") - result)) + result) (define (%compiled-code-support:signal-error-in-primitive prim . args) (apply prim args)) -- 2.25.1