chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aedcc8
)
src/frontend.lisp: Remove unnecessary `:shadowing-import-from'.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 12 Aug 2019 10:09:03 +0000
(11:09 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 12 Aug 2019 11:40:24 +0000
(12:40 +0100)
When I unified the two `int' symbols, I forgot that this would have been
necessary.
src/frontend.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/frontend.lisp
b/src/frontend.lisp
index 10b2a6c8dbe97929b477429a1000948c553cb063..92573e7ea5193939c3680d9524d7d366955cdea0 100644
(file)
--- 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)