X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/bb99b6957941ea4ea57835fad294baf7312b668c..d5fdd49e70b734b791eb907706f92da5775e2a8b:/src/frontend.lisp diff --git a/src/frontend.lisp b/src/frontend.lisp index 10b2a6c..92573e7 100644 --- a/src/frontend.lisp +++ b/src/frontend.lisp @@ -26,8 +26,7 @@ (eval-when (:compile-toplevel :load-toplevel :execute) (handler-bind ((warning #'muffle-warning)) (cl:defpackage #:sod-frontend - (:use #:common-lisp #:sod-utilities #:optparse #:sod #:sod-parser) - (:shadowing-import-from #:optparse #:int)))) + (:use #:common-lisp #:sod-utilities #:optparse #:sod #:sod-parser)))) (cl:in-package #:sod-frontend)