Change structure of closing block to aid compilation.
authorChris Hanson <org/chris-hanson/cph>
Tue, 21 Apr 1987 23:52:08 +0000 (23:52 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 21 Apr 1987 23:52:08 +0000 (23:52 +0000)
v7/src/compiler/base/pmlook.scm

index 9c879561f41752a4ad9ef68ca2baa31e4729836e..0b2c2a92ffe19801e7c10cbabe18b60d5dfd2c24 100644 (file)
@@ -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