From: Mark Wooding Date: Sun, 30 Aug 2015 09:58:38 +0000 (+0100) Subject: src/frontend.lisp: Use gensyms to name symbols consistently. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/2672be806e7480e2f4aed24430c863b3683c43c1 src/frontend.lisp: Use gensyms to name symbols consistently. --- diff --git a/src/frontend.lisp b/src/frontend.lisp index 98652ec..0336d1a 100644 --- 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)