Commit 03507b1b authored by Mirko Vukovic's avatar Mirko Vukovic Committed by Liam M. Healy
Browse files

Enable antik readtable on CCL

Prior code was redefining the # dispatching macro character.
This would obliterate the prior dispatch character definitions on CCL
including standard ones such as #C(...) #(   )
I removed this particular statement.  Antik looked fine after that.
parent afc6c796
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
;; Define a new readtable
;; Liam Healy 2014-09-28 22:27:28EDT readtable.lisp
;; Time-stamp: <2015-11-15 12:48:42EST readtable.lisp>
;; Time-stamp: <2015-12-05 23:19:30EST readtable.lisp>

;; Copyright 2014, 2015 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
@@ -23,6 +23,7 @@

(named-readtables:defreadtable :antik
  (:merge :standard)
  #-ccl
  (:macro-char #\# :dispatch))

(defun set-reader (&optional (readtable t) (default-float 'double-float))