From 31f4f11a6a00f4e9a9f8f9b8f309e4728518ec23 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 30 May 2006 18:09:53 +0000 Subject: [PATCH] forgot to provide glob->regexp svn: r3127 --- collects/mzlib/string.ss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/mzlib/string.ss b/collects/mzlib/string.ss index 6bb6dfa811..47c18df911 100644 --- a/collects/mzlib/string.ss +++ b/collects/mzlib/string.ss @@ -13,7 +13,8 @@ regexp-match-peek-positions* regexp-split regexp-match-exact? - regexp-match/fail-without-reading) + regexp-match/fail-without-reading + glob->regexp) (require (lib "etc.ss"))