aboutsummaryrefslogtreecommitdiff
path: root/src/interp/profile.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/profile.boot')
-rw-r--r--src/interp/profile.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/profile.boot b/src/interp/profile.boot
index 03da2628..94ea6fa7 100644
--- a/src/interp/profile.boot
+++ b/src/interp/profile.boot
@@ -74,7 +74,7 @@ profileRecord(label,name,info) == --name: info is var: type or op: sig
profileDisplay() ==
profileDisplayOp('constructor,LASSOC('constructor,$profileAlist) )
- for [op,:alist1] in $profileAlist | op ^= 'constructor repeat
+ for [op,:alist1] in $profileAlist | op ~= 'constructor repeat
profileDisplayOp(op,alist1)
profileDisplayOp(op,alist1) ==