From: Chris Hanson Date: Tue, 21 Apr 1987 23:52:08 +0000 (+0000) Subject: Change structure of closing block to aid compilation. X-Git-Tag: 20090517-FFI~13592 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=20f427a6c2c792df76d9587c631b1c4b7a063db4;p=mit-scheme.git Change structure of closing block to aid compilation. --- diff --git a/v7/src/compiler/base/pmlook.scm b/v7/src/compiler/base/pmlook.scm index 9c879561f..0b2c2a92f 100644 --- a/v7/src/compiler/base/pmlook.scm +++ b/v7/src/compiler/base/pmlook.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/pmlook.scm,v 1.2 1987/04/17 10:51:17 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/base/pmlook.scm,v 1.3 1987/04/21 23:52:08 cph Exp $ Copyright (c) 1987 Massachusetts Institute of Technology @@ -39,7 +39,7 @@ MIT in each case. |# (define pattern-lookup) (define pattern-variables) (define make-pattern-variable) -(let () +(let ((pattern-variable-tag (make-named-tag "Pattern Variable"))) ;;; PATTERN-LOOKUP returns either false or a pair whose car is the ;;; item matched and whose cdr is the list of variable values. Use @@ -84,9 +84,6 @@ MIT in each case. |# (named-lambda (make-pattern-variable name) (cons pattern-variable-tag name))) -(define pattern-variable-tag - (make-named-tag "Pattern Variable")) - ) ;;; ALL-TRUE? is used to determine if splicing variables with