From: Joe Marshall Date: Thu, 12 Jan 2012 16:00:05 +0000 (-0800) Subject: Export GENERATE-PATTERN-MATCHER. X-Git-Tag: release-9.2.0~334^2~30 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=64b2868089cb56f57e51b473839c3da522f50369;p=mit-scheme.git Export GENERATE-PATTERN-MATCHER. --- diff --git a/src/compiler/machines/C/compiler.pkg b/src/compiler/machines/C/compiler.pkg index a5ab9dc27..8303a825b 100644 --- a/src/compiler/machines/C/compiler.pkg +++ b/src/compiler/machines/C/compiler.pkg @@ -307,6 +307,7 @@ USA. (files "base/pmlook") (parent (compiler)) (export (compiler) + generate-pattern-matcher make-pattern-variable pattern-contains-duplicates? pattern-lookup diff --git a/src/compiler/machines/i386/compiler.pkg b/src/compiler/machines/i386/compiler.pkg index 82e3a467c..a440ff44d 100644 --- a/src/compiler/machines/i386/compiler.pkg +++ b/src/compiler/machines/i386/compiler.pkg @@ -293,6 +293,7 @@ USA. (files "base/pmlook") (parent (compiler)) (export (compiler) + generate-pattern-matcher make-pattern-variable pattern-contains-duplicates? pattern-lookup diff --git a/src/compiler/machines/svm/compiler.pkg b/src/compiler/machines/svm/compiler.pkg index 12b58ec15..2b16e1607 100644 --- a/src/compiler/machines/svm/compiler.pkg +++ b/src/compiler/machines/svm/compiler.pkg @@ -301,6 +301,7 @@ USA. (files "base/pmlook") (parent (compiler)) (export (compiler) + generate-pattern-matcher make-pattern-variable pattern-contains-duplicates? pattern-lookup diff --git a/src/compiler/machines/x86-64/compiler.pkg b/src/compiler/machines/x86-64/compiler.pkg index b104131a4..017d181f1 100644 --- a/src/compiler/machines/x86-64/compiler.pkg +++ b/src/compiler/machines/x86-64/compiler.pkg @@ -293,6 +293,7 @@ USA. (files "base/pmlook") (parent (compiler)) (export (compiler) + generate-pattern-matcher make-pattern-variable pattern-contains-duplicates? pattern-lookup