alien.strings: Dependency on io.streams.byte-array. Clean this up somehow?

db4
Doug Coleman 2014-10-31 19:15:29 -07:00
parent 2ebbd75ebc
commit e6dac7f0e3
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ io.encodings io.encodings.ascii io.encodings.utf16n
io.encodings.utf8 io.streams.memory kernel kernel.private math
namespaces sequences sequences.private strings strings.private
system system.private ;
USE: io.streams.byte-array ! for windows, do not delete!
IN: alien.strings
GENERIC# alien>string 1 ( c-ptr encoding -- string/f )