diff options
Diffstat (limited to 'src/interp/trace.boot')
-rw-r--r-- | src/interp/trace.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/trace.boot b/src/interp/trace.boot index 9b4d051b..9053bce1 100644 --- a/src/interp/trace.boot +++ b/src/interp/trace.boot @@ -808,7 +808,7 @@ breaklet(fn,vars) == stupidIsSpadFunction fn == -- returns true if the function pname has a semi-colon in it -- eventually, this will use isSpadFunction from luke boot - STRPOS('"_;",PNAME fn,0,nil) + findChar(char ";",PNAME fn) break msg == condition:= MONITOR_,EVALTRAN(_/BREAKCONDITION,nil) |