aboutsummaryrefslogtreecommitdiff
path: root/src/interp/serror.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/serror.boot')
-rw-r--r--src/interp/serror.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/serror.boot b/src/interp/serror.boot
index 1b3ead5c..59318cbd 100644
--- a/src/interp/serror.boot
+++ b/src/interp/serror.boot
@@ -61,7 +61,7 @@ syIgnoredFromTo(pos1, pos2) ==
npTrapForm: %Thing -> %Thing
npTrapForm(x)==
a:=pfSourceStok x
- EQ(a,'NoToken)=>
+ a='NoToken =>
syGeneralErrorHere()
THROW("TRAPPOINT","TRAPPED")
ncSoftError(tokPosn a, 'S2CY0002, [])