aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r--src/interp/g-util.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index c60dc207..355a78ff 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -600,6 +600,7 @@ for x in [
-- general utility
['%hash, :'SXHASH],
['%equal, :'EQUAL],
+ ['%sptreq, :'EQL], -- system pointer equality
['%lam, :'LAMBDA],
['%leave, :'RETURN],
['%otherwise,:'T],