~ chicken-core (chicken-5) 3a35e0d4c90601621a86de8e620068c3af28d240
commit 3a35e0d4c90601621a86de8e620068c3af28d240 Author: Peter Bex <sjamaan@frohike.homeunix.org> AuthorDate: Thu Oct 7 22:54:51 2010 +0200 Commit: Peter Bex <sjamaan@frohike.homeunix.org> CommitDate: Thu Oct 7 22:54:51 2010 +0200 Remove bogus exports from irregex import library diff --git a/irregex.import.scm b/irregex.import.scm index 4f2a81a6..73e49c7b 100644 --- a/irregex.import.scm +++ b/irregex.import.scm @@ -39,12 +39,10 @@ irregex-match irregex-match? irregex-match-data? - irregex-match-end irregex-match-end-chunk irregex-match-end-index irregex-match-names irregex-match-num-submatches - irregex-match-start irregex-match-start-chunk irregex-match-start-index irregex-match-string @@ -69,7 +67,6 @@ make-irregex-chunker maybe-string->sre sre->irregex - sre->string string->irregex string->sre ))Trap