From 0ff0a23c8c7425b0d56b95e318c2087e74cb6605 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 7 Jun 2021 16:34:36 -0400 Subject: Get all scheme code compiling with Guile --- bs/re.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bs/re.scm') 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) -- cgit v1.2.3