summaryrefslogtreecommitdiff
path: root/bs/re.scm
diff options
context:
space:
mode:
Diffstat (limited to 'bs/re.scm')
-rw-r--r--bs/re.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/bs/re.scm b/bs/re.scm
index 2b5752b..a325249 100644
--- a/bs/re.scm
+++ b/bs/re.scm
@@ -19,8 +19,10 @@
(export match group sub search compile
;; I IGNORECASE M MULTILINE
)
- (import (rnrs base (6))
- (ice-9 regex))
+ (import (rnrs base)
+ ;; TODO: port to srfi-115
+ (only (ice-9 regex)
+ make-regexp))
;; (define I regexp/icase)
;; (define IGNORECASE regexp/icase)