~ chicken-core (chicken-5) 7c1b6abe5aaacf80191010e3790d82dbe31ace3e


commit 7c1b6abe5aaacf80191010e3790d82dbe31ace3e
Author:     Evan Hanson <evhan@foldling.org>
AuthorDate: Mon Aug 21 18:11:23 2017 +1200
Commit:     Evan Hanson <evhan@foldling.org>
CommitDate: Mon Aug 21 18:11:23 2017 +1200

    Update posixwin.scm to use string module

diff --git a/posixwin.scm b/posixwin.scm
index a5bb6904..fca18f99 100644
--- a/posixwin.scm
+++ b/posixwin.scm
@@ -582,7 +582,7 @@ static int set_file_mtime(char *filename, C_word atime, C_word mtime)
 
 <#
 
-(import (only chicken.data-structures string-intersperse)
+(import (only chicken.string string-intersperse)
 	(only chicken.random random))
 
 ;;; Lo-level I/O:
diff --git a/rules.make b/rules.make
index aabd8422..18f9b025 100644
--- a/rules.make
+++ b/rules.make
@@ -736,6 +736,7 @@ posixwin.c: posixwin.scm \
 		chicken.pathname.import.scm \
 		chicken.platform.import.scm \
 		chicken.port.import.scm \
+		chicken.string.import.scm \
 		chicken.time.import.scm
 data-structures.c: data-structures.scm \
 		chicken.condition.import.scm \
Trap