X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fpackage.lisp;h=4d3832a65b9e35917dc36945637386885d824fde;hb=2bb9a36070147d6c21e4a99d699ec3563c021a70;hp=bdce95b70b5fcf3b91ede72cb5374a66eac66239;hpb=996ef9dcf5bf917a6a0e977a23b9cafb522c107c;p=uffi.git diff --git a/src/package.lisp b/src/package.lisp index bdce95b..4d3832a 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -18,6 +18,7 @@ (:export ;; immediate types + #:no-long-long #:def-constant #:def-foreign-type #:def-type @@ -79,6 +80,11 @@ ;; OS #:run-shell-command #:getenv + + ;; Internatialization + #:no-i18n + #:*default-foreign-encoding* + #:*foreign-encodings* ))