chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
src/frontend.lisp: Use gensyms to name symbols consistently.
[sod]
/
src
/
frontend.lisp
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)
- (:shadowing-import-from #:optparse
"INT"
))
+ (:shadowing-import-from #:optparse
#:int
))
(cl:in-package #:sod-frontend)