X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/3dca7758421664a838c54b273bd9221f02072045..e417fab55d827640e10b832b85978847a1bfe5d5:/src/frontend.lisp?ds=sidebyside diff --git a/src/frontend.lisp b/src/frontend.lisp index 98652ec..0336d1a 100644 --- a/src/frontend.lisp +++ b/src/frontend.lisp @@ -25,7 +25,7 @@ (cl:defpackage #:sod-frontend (:use #:common-lisp #:optparse #:sod #:sod-parser) - (:shadowing-import-from #:optparse "INT")) + (:shadowing-import-from #:optparse #:int)) (cl:in-package #:sod-frontend)