d930dc9c101a

Fix the stupid readtable mess
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 07 Feb 2017 11:49:37 +0000
parents 9cdd37548c6f
children f135daf29471
branches/tags (none)
files package.lisp src/reasoners/zdd.lisp

Changes

--- a/package.lisp	Tue Feb 07 11:45:06 2017 +0000
+++ b/package.lisp	Tue Feb 07 11:49:37 2017 +0000
@@ -121,6 +121,7 @@
     :losh
     :trivia
     :iterate
+    :named-readtables
     :scully.zdd
     :scully.quickutils)
   (:shadowing-import-from :losh
--- a/src/reasoners/zdd.lisp	Tue Feb 07 11:45:06 2017 +0000
+++ b/src/reasoners/zdd.lisp	Tue Feb 07 11:49:37 2017 +0000
@@ -1,4 +1,5 @@
 (in-package :scully.reasoners.zdd)
+(in-readtable :fare-quasiquote)
 
 (defparameter *reasoner* nil)