[bknr-cvs] r2018 - branches/xml-class-rework/thirdparty/cl-base64

Author: hhubner Date: 2006-10-21 09:33:20 -0400 (Sat, 21 Oct 2006) New Revision: 2018 Modified: branches/xml-class-rework/thirdparty/cl-base64/package.lisp Log: remove package alias "BASE64" because it conflicts with the other base64 implementation bknr uses. Modified: branches/xml-class-rework/thirdparty/cl-base64/package.lisp =================================================================== --- branches/xml-class-rework/thirdparty/cl-base64/package.lisp 2006-10-21 13:32:27 UTC (rev 2017) +++ branches/xml-class-rework/thirdparty/cl-base64/package.lisp 2006-10-21 13:33:20 UTC (rev 2018) @@ -12,7 +12,6 @@ ;;;; ************************************************************************* (defpackage #:cl-base64 - (:nicknames #:base64) (:use #:cl) (:export #:base64-stream-to-integer #:base64-string-to-integer
participants (1)
-
bknr@bknr.net