summaryrefslogtreecommitdiff
path: root/bs/re.scm
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-06-07 16:34:36 -0400
committerBen Sima <ben@bsima.me>2021-11-26 13:47:35 -0500
commit0ff0a23c8c7425b0d56b95e318c2087e74cb6605 (patch)
treea5bfbaf70fa6a73c2e4b083cdefa5b2228153d98 /bs/re.scm
parent310275abdc61130c8cc77f7827163f136d57b63f (diff)
Get all scheme code compiling with Guile
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)