chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] [PATCH] Include reverse-list->string in srfi-13's impo


From: Evan Hanson
Subject: [Chicken-hackers] [PATCH] Include reverse-list->string in srfi-13's import library
Date: Mon, 4 Aug 2014 21:33:39 +1200

This procedure is provided by library.scm, but also needs to be exported
by the primitive srfi-13 library so that it's accessible when a module
imports "srfi-13" but not "chicken".

Fixes #1101.
---
 srfi-13.import.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/srfi-13.import.scm b/srfi-13.import.scm
index c14bf0e..1dde448 100644
--- a/srfi-13.import.scm
+++ b/srfi-13.import.scm
@@ -29,6 +29,7 @@
  '(check-substring-spec
    kmp-step
    make-kmp-restart-vector
+   reverse-list->string
    string->list
    string-any
    string-append/shared
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]