From 2672be806e7480e2f4aed24430c863b3683c43c1 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 30 Aug 2015 10:58:38 +0100 Subject: [PATCH] src/frontend.lisp: Use gensyms to name symbols consistently. --- src/frontend.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0