From c8289c7f950a2ff7133c299bf612b754ec500ca6 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 28 Nov 2007 17:45:46 +0000 Subject: * postprop.$(FASLEXT): Remove rule. * Makefile.pamphlet (OPOBJS): Don't include it anymore. (postpar.$(FASLEXT)): Update requirement. * mark.boot: Move setting of special compiler functions from postprop.lisp to here. * postprop.lisp: Remove. * parse.boot: Register special parser for "xor". --- src/interp/parse.boot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/interp/parse.boot') diff --git a/src/interp/parse.boot b/src/interp/parse.boot index d5f07a25..b4cf2d73 100644 --- a/src/interp/parse.boot +++ b/src/interp/parse.boot @@ -524,5 +524,6 @@ for x in [["<=", :function parseLessEqual],_ ["SEGMENT", :function parseSegment],_ ["SEQ", :function parseSeq],_ ["VCONS", :function parseVCONS],_ - ["where", :function parseWhere]] repeat + ["where", :function parseWhere],_ + ["xor", :function parseExclusiveOr]] repeat MAKEPROP(car x, "parseTran", cdr x) -- cgit v1.2.3