summaryrefslogtreecommitdiff
path: root/bs/re.scm
diff options
context:
space:
mode:
Diffstat (limited to 'bs/re.scm')
-rw-r--r--bs/re.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/bs/re.scm b/bs/re.scm
index a325249..0ab442b 100644
--- a/bs/re.scm
+++ b/bs/re.scm
@@ -21,8 +21,7 @@
)
(import (rnrs base)
;; TODO: port to srfi-115
- (only (ice-9 regex)
- make-regexp))
+ (ice-9 regex))
;; (define I regexp/icase)
;; (define IGNORECASE regexp/icase)