aboutsummaryrefslogtreecommitdiff
path: root/src/interp/parse.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/parse.boot')
-rw-r--r--src/interp/parse.boot3
1 files changed, 2 insertions, 1 deletions
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)