X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/3dca7758421664a838c54b273bd9221f02072045..9eb66c6efbb1e44b52063245df48b810f2ff4d15:/src/frontend.lisp 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)