From: Stephen Adams Date: Tue, 30 Jul 1996 20:11:40 +0000 (+0000) Subject: Rouge ')'. X-Git-Tag: 20090517-FFI~5405 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=850e861371c516536ce749732a1644bdd3267384;p=mit-scheme.git Rouge ')'. --- 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))