X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fbase91%2Fbase91.factor;h=d69e8ba051962a1f616430f65425885978e99848;hp=fba9b49f6532a971c8f24882c0fcb63d6c8b185b;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/base91/base91.factor b/extra/base91/base91.factor index fba9b49f65..d69e8ba051 100644 --- a/extra/base91/base91.factor +++ b/extra/base91/base91.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2019 John Benediktsson. ! See http://factorcode.org/license.txt for BSD license. USING: base64.private byte-arrays kernel kernel.private -literals locals math sequences ; +literals math sequences ; IN: base91 ERROR: malformed-base91 ;