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:
58a9509
)
src/frontend.lisp: Use gensyms to name symbols consistently.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000
(10:58 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 17 Sep 2015 10:18:54 +0000
(11:18 +0100)
src/frontend.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/frontend.lisp
b/src/frontend.lisp
index 98652ec7e3b0deb72b36f53b2a7d82a60a49d57a..0336d1ade577b3f5433beb35d14afb32067ba19c 100644
(file)
--- a/
src/frontend.lisp
+++ b/
src/frontend.lisp
@@
-25,7
+25,7
@@
(cl:defpackage #:sod-frontend
(:use #:common-lisp #:optparse #:sod #:sod-parser)
(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)
(cl:in-package #:sod-frontend)