aboutsummaryrefslogtreecommitdiff
path: root/src/interp/compiler.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r--src/interp/compiler.boot4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot
index 2e880a24..f8f6ca01 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -1642,7 +1642,6 @@ for x in [["|", :"compSuchthat"],_
["Join", :"compJoin"],_
["leave", :"compLeave"],_
["LET", :"compSetq"],_
- ["ListCategory", :"compConstructorCategory"],_
["MDEF", :"compMacro"],_
["not", :"compileNot"],_
["pretend", :"compPretend"],_
@@ -1653,14 +1652,11 @@ for x in [["|", :"compSuchthat"],_
["return", :"compReturn"],_
["SEQ", :"compSeq"],_
["SETQ", :"compSetq"],_
- ["String", :"compString"],_
["SubDomain", :"compSubDomain"],_
["SubsetCategory", :"compSubsetCategory"],_
["Union", :"compCat"],_
["Mapping", :"compCat"],_
["UnionCategory", :"compConstructorCategory"],_
- ["VECTOR", :"compVector"],_
- ["VectorCategory", :"compConstructorCategory"],_
["where", :"compWhere"],_
["[||]", :"compileQuasiquote"]] repeat
MAKEPROP(car x, 'SPECIAL, cdr x)