~ chicken-core (chicken-5) 62ba0336d510561eff725a45fe08c01512e8fed5


commit 62ba0336d510561eff725a45fe08c01512e8fed5
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Nov 22 04:59:10 2010 -0500
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Mon Nov 22 04:59:10 2010 -0500

    added irregex-is-core-unit feature-id (requested by Morirtz Heidkamp)

diff --git a/library.scm b/library.scm
index fc1f16c7..71fd37c7 100644
--- a/library.scm
+++ b/library.scm
@@ -3524,7 +3524,8 @@ EOF
 	    [else	  (err x)] ) ) ) )
 
 (define ##sys#features
-  '(#:chicken #:srfi-23 #:srfi-30 #:srfi-39 #:srfi-62 #:srfi-17 #:srfi-12 #:srfi-88 #:srfi-98))
+  '(#:chicken #:srfi-23 #:srfi-30 #:srfi-39 #:srfi-62 #:srfi-17 #:srfi-12 #:srfi-88 #:srfi-98
+	      #:irregex-is-core-unit))
 
 ;; Add system features:
 
Trap