Whitespace problem?
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 26 Nov 1994 16:56:47 +0000 (16:56 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 26 Nov 1994 16:56:47 +0000 (16:56 +0000)
v8/src/compiler/midend/cpsconv.scm

index b390189368dc8b8d4a2b7777be72f296f3a78b58..da3c91255e8646df43d970ebf27890433238df6a 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: cpsconv.scm,v 1.3 1994/11/22 19:52:24 gjr Exp $
+$Id: cpsconv.scm,v 1.4 1994/11/26 16:56:47 gjr Exp $
 
 Copyright (c) 1994 Massachusetts Institute of Technology
 
@@ -291,7 +291,7 @@ MIT in each case. |#
                 ,(cpsconv/expr
                   (cpsconv/begin-continuation
                    next-name
-                   (cspconv/dbg-continuation/make 'BEGIN form next))
+                   (cpsconv/dbg-continuation/make 'BEGIN form next))
                   next)))))))
 
 (define-cps-converter IF (cont pred conseq alt)