aboutsummaryrefslogtreecommitdiff
path: root/src/interp/property.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-11-27 04:36:01 +0000
committerdos-reis <gdr@axiomatics.org>2007-11-27 04:36:01 +0000
commiteb09be45264c1af440f239c08188991aa378655e (patch)
tree708b9b8359b980607f39128151de5686698f8489 /src/interp/property.lisp
parent4ed80f325ee4fb44c472b27d7e2c48a8d969cf46 (diff)
downloadopen-axiom-eb09be45264c1af440f239c08188991aa378655e.tar.gz
* compiler.boot (compileNot): New.
* nspadaux.lisp: Don't register special parser for `not'-form. * postprop.lisp: Likewise. * property.lisp: Likewise. * parse.boot (parseNot): Remove.
Diffstat (limited to 'src/interp/property.lisp')
-rw-r--r--src/interp/property.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interp/property.lisp b/src/interp/property.lisp
index d3be6d36..0879574b 100644
--- a/src/interp/property.lisp
+++ b/src/interp/property.lisp
@@ -358,7 +358,6 @@
(|$>| |parseDollarGreaterThan|)
(|$>=| |parseDollarGreaterEqual|)
($^= |parseDollarNotEqual|)
- (^ |parseNot|)
(^= |parseNotEqual|)
(\: |parseColon|)
(|::| |parseCoerce|)
@@ -387,7 +386,6 @@
(LET |parseLET|)
(LETD |parseLETD|)
(MDEF |parseMDEF|)
- (|not| |parseNot|)
(|or| |parseOr|)
(|pretend| |parsePretend|)
(|return| |parseReturn|)