aboutsummaryrefslogtreecommitdiff
path: root/src/interp/cparse.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/cparse.boot')
-rw-r--r--src/interp/cparse.boot4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/interp/cparse.boot b/src/interp/cparse.boot
index 552862ae..074d3510 100644
--- a/src/interp/cparse.boot
+++ b/src/interp/cparse.boot
@@ -464,12 +464,10 @@ npRestrict() == npTypedForm("AT",function pfRestrict)
npCoerceTo() == npTypedForm("COERCE",function pfCoerceto)
-npColonQuery() == npTypedForm("ATAT",function pfRetractTo)
-
npPretend() == npTypedForm("PRETEND",function pfPretend)
npTypeStyle()==
- npCoerceTo() or npRestrict() or npPretend() or npColonQuery()
+ npCoerceTo() or npRestrict() or npPretend()
npTypified ()==npApplication() and npAnyNo function npTypeStyle