From 173b5556d799b3a65800b9c9fb439120a3d3e205 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Wed, 24 Jul 1996 22:56:34 +0000 Subject: [PATCH] Fixed typo. --- v8/src/compiler/midend/laterew.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/v8/src/compiler/midend/laterew.scm b/v8/src/compiler/midend/laterew.scm index 07a89e04e..33dba3269 100644 --- a/v8/src/compiler/midend/laterew.scm +++ b/v8/src/compiler/midend/laterew.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: laterew.scm,v 1.18 1996/07/24 22:32:30 adams Exp $ +$Id: laterew.scm,v 1.19 1996/07/24 22:56:34 adams Exp $ Copyright (c) 1994-1995 Massachusetts Institute of Technology @@ -562,7 +562,6 @@ MIT in each case. |# (index (third rands)) (element (fourth rands)) (checks (quote/text (fifth rands)))) - cont (let ((collection* (laterew/new-name 'COLLECTION)) (collection-tag (vector-ref checks 0)) (length-ref (vector-ref checks 1)) -- 2.25.1