diff options
author | Mike Hinchey <hincheymg@gmail.com> | 2009-10-28 23:24:16 -0700 |
---|---|---|
committer | Rich Hickey <richhickey@gmail.com> | 2009-10-29 12:28:20 -0400 |
commit | 09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861 (patch) | |
tree | ac9a91b1d4dfa4080f8b30c9784e28f1c70e2e81 /src/clojure/contrib/pprint | |
parent | 8eef617aac7b077421d4aa9c84a2df189af6ee17 (diff) |
works with clojure branch new by excluding deftype
Signed-off-by: Rich Hickey <richhickey@gmail.com>
Diffstat (limited to 'src/clojure/contrib/pprint')
-rw-r--r-- | src/clojure/contrib/pprint/PrettyWriter.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clojure/contrib/pprint/PrettyWriter.clj b/src/clojure/contrib/pprint/PrettyWriter.clj index 61e0c9ad..92b381a0 100644 --- a/src/clojure/contrib/pprint/PrettyWriter.clj +++ b/src/clojure/contrib/pprint/PrettyWriter.clj @@ -15,6 +15,7 @@ ;; core of the XP algorithm. (ns clojure.contrib.pprint.PrettyWriter + (:refer-clojure :exclude (deftype)) (:use clojure.contrib.pprint.utilities) (:gen-class :extends clojure.contrib.pprint.ColumnWriter |