From f01c312f584e3e4690a928789a42d1fa264e1228 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Mon, 4 Sep 1995 21:55:10 +0000 Subject: [PATCH] Moved FOR-EVERY to utils.scm --- v8/src/compiler/midend/split.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/v8/src/compiler/midend/split.scm b/v8/src/compiler/midend/split.scm index 1f3f5c28e..7284923ae 100644 --- a/v8/src/compiler/midend/split.scm +++ b/v8/src/compiler/midend/split.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: split.scm,v 1.5 1995/08/19 22:42:51 adams Exp $ +$Id: split.scm,v 1.6 1995/09/04 21:55:10 adams Exp $ Copyright (c) 1994 Massachusetts Institute of Technology @@ -310,9 +310,6 @@ MIT in each case. |# (define (split/new-name prefix) (new-variable prefix)) -(define (for-every things proc) - (for-each proc things)) - (define (operator-is-unique? call-site) ;; Call-site is an application structure, or a symbol denoting an ;; external known call site. -- 2.25.1