base64: cleanup using.
parent
2d2ff1ef68
commit
bfc133742e
|
@ -1,9 +1,9 @@
|
|||
! Copyright (C) 2008 Doug Coleman, Daniel Ehrenberg.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: arrays assocs byte-arrays combinators fry growable io
|
||||
io.binary io.encodings.binary io.streams.byte-array kernel
|
||||
kernel.private literals locals math math.bitwise namespaces
|
||||
sbufs sequences sequences.private ;
|
||||
io.encodings.binary io.streams.byte-array kernel kernel.private
|
||||
literals locals math math.bitwise namespaces sbufs sequences
|
||||
sequences.private ;
|
||||
IN: base64
|
||||
|
||||
ERROR: malformed-base64 ;
|
||||
|
|
Loading…
Reference in New Issue