When I unified the two `int' symbols, I forgot that this would have been
necessary.
(eval-when (:compile-toplevel :load-toplevel :execute)
(handler-bind ((warning #'muffle-warning))
(cl:defpackage #:sod-frontend
(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)
(cl:in-package #:sod-frontend)