From d877f4f0a533d8bf18a7ccf510d01b4b6fb8784a Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Fri, 20 Jan 1995 20:31:21 +0000 Subject: [PATCH] Removed extraneous text. --- v8/src/compiler/midend/assconv.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/v8/src/compiler/midend/assconv.scm b/v8/src/compiler/midend/assconv.scm index aab432400..bee306d66 100644 --- a/v8/src/compiler/midend/assconv.scm +++ b/v8/src/compiler/midend/assconv.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: assconv.scm,v 1.2 1995/01/19 04:58:18 adams Exp $ +$Id: assconv.scm,v 1.3 1995/01/20 20:31:21 adams Exp $ Copyright (c) 1994 Massachusetts Institute of Technology @@ -50,7 +50,7 @@ MIT in each case. |# ;; (named-lambda (,proc-name env form) ;; (assconv/remember ,code form)))))))) -;;______________________________________________________________________________ +;;_____________________________________________________________________________ ;; ;; This version of assconv is an early attempt at getting a data ;; representation transformation into the debugging info. @@ -85,8 +85,6 @@ MIT in each case. |# ;; descriptions, or rarely. -variables - (define-macro (define-assignment-converter keyword bindings . body) (let ((proc-name (symbol-append 'ASSCONV/ keyword))) (call-with-values -- 2.25.1