Removed extraneous text.
authorStephen Adams <edu/mit/csail/zurich/adams>
Fri, 20 Jan 1995 20:31:21 +0000 (20:31 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Fri, 20 Jan 1995 20:31:21 +0000 (20:31 +0000)
v8/src/compiler/midend/assconv.scm

index aab432400223de8597b641757b4ab80db07f02cc..bee306d6665986ae283767dcaed176302c2ce279 100644 (file)
@@ -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