X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=f6cb2176a8de26069b26020a971098c78b5b8da2;hb=e2b92d341da89f35b96f8ea5437bab0ec1d590f7;hp=4146122e8adf15343538b0725a3bf8ff1035e5bd;hpb=d60bf2d464b393bdff8482bcaacd8d49957467ce;p=kmrcl.git diff --git a/package.lisp b/package.lisp index 4146122..f6cb217 100644 --- a/package.lisp +++ b/package.lisp @@ -67,7 +67,6 @@ #:string-strip-ending #:string-maybe-shorten #:shrink-vector - #:match-unique-abbreviation ;; io.lisp #:indent-spaces @@ -112,6 +111,8 @@ ;; math.lisp #:ensure-integer + #:histogram + #:fixnum-width ;; macros.lisp #:time-iterations @@ -244,9 +245,6 @@ ;; os.lisp #:run-shell-command - ;; getopt.lisp - #:getopt - ))