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.boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index 05abd896..957d676a 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -322,7 +322,8 @@ for x in [
['%string?, :'STRINGP],
-- general utility
- ['%hash,:'SXHASH]
+ ['%hash,:'SXHASH],
+ ['%lam, :'LAMBDA]
] repeat property(first x,'%Rename) := rest x
++ Table of opcode-expander pairs.