1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +02:00

Call `%init-rw-builtins'.

This commit is contained in:
Marius Vollmer 2001-05-19 00:25:04 +00:00
parent e615ee8d21
commit a0c32266ce

View file

@ -24,3 +24,5 @@
(define-module (ice-9 rw) (define-module (ice-9 rw)
:export (read-string!/partial)) :export (read-string!/partial))
(%init-rw-builtins)