summaryrefslogtreecommitdiff
path: root/Lisp/constant-data.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-13 19:16:30 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-13 19:16:30 +0100
commitbdc0a27be6ce7636addcf7b0054de244859af74e (patch)
tree8ca95dbd95cf983613b3dbdf8209e5d9d1b46868 /Lisp/constant-data.lisp
parenta7a08e54c0d31f91fc5058c12c72125dcde82c24 (diff)
Make use of the fact that readtables are file-local.
darcs-hash:d07bd4cb573f8d4fa226cca8a1da1e39837b5757
Diffstat (limited to 'Lisp/constant-data.lisp')
-rw-r--r--Lisp/constant-data.lisp5
1 files changed, 1 insertions, 4 deletions
diff --git a/Lisp/constant-data.lisp b/Lisp/constant-data.lisp
index ab1e6f0..c6cffaf 100644
--- a/Lisp/constant-data.lisp
+++ b/Lisp/constant-data.lisp
@@ -16,7 +16,7 @@
;;;; <http://www.gnu.org/licenses/>.
(in-package #:mulk.objective-cl)
-#.(enable-type-declaration-syntax)
+#.(in-type-declaration-syntax)
;;;; (@* "Allocation Parameters")
@@ -173,6 +173,3 @@
#? symbol -> string
(defun typespec-name->type-id (typespec-name)
(type-name->type-id (typespec-name->type-name typespec-name)))
-
-
-#.(disable-type-declaration-syntax)