From: Stephen Adams <edu/mit/csail/zurich/adams>
Date: Fri, 20 Jan 1995 20:31:21 +0000 (+0000)
Subject: Removed extraneous text.
X-Git-Tag: 20090517-FFI~6716
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d877f4f0a533d8bf18a7ccf510d01b4b6fb8784a;p=mit-scheme.git

Removed extraneous text.
---

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