~ chicken-core (chicken-5) edac191b3fda46c0ba07d65faf24f0336806560d


commit edac191b3fda46c0ba07d65faf24f0336806560d
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Sat May 13 11:43:33 2017 +0200
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Sat May 13 11:43:33 2017 +0200

    Also add irregex-match-end-chunk to irregex exports

diff --git a/irregex.scm b/irregex.scm
index aa7114a5..738d93b1 100644
--- a/irregex.scm
+++ b/irregex.scm
@@ -52,7 +52,8 @@
      irregex-match-valid-index?
 
      ;; Chunked match API
-     irregex-match-start-chunk irregex-match-subchunk
+     irregex-match-start-chunk irregex-match-end-chunk
+     irregex-match-subchunk
 
      ;; Utilities
      sre->string irregex-opt irregex-quote)
Trap