base64: cleanup using.

clean-macosx-x86-32
John Benediktsson 2019-05-19 18:48:50 -07:00
parent 2d2ff1ef68
commit bfc133742e
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
! Copyright (C) 2008 Doug Coleman, Daniel Ehrenberg. ! Copyright (C) 2008 Doug Coleman, Daniel Ehrenberg.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: arrays assocs byte-arrays combinators fry growable io USING: arrays assocs byte-arrays combinators fry growable io
io.binary io.encodings.binary io.streams.byte-array kernel io.encodings.binary io.streams.byte-array kernel kernel.private
kernel.private literals locals math math.bitwise namespaces literals locals math math.bitwise namespaces sbufs sequences
sbufs sequences sequences.private ; sequences.private ;
IN: base64 IN: base64
ERROR: malformed-base64 ; ERROR: malformed-base64 ;