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.boot5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index b718e253..97519045 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -372,6 +372,11 @@ for x in [
-- binary list operations
['%lconcat, :'APPEND],
+ -- simple vector operations
+ ['%vfill, :'FILL],
+ ['%vlength, :'sizeOfSimpleArray],
+ ['%vref, :'getSimpleArrayEntry],
+
-- symbol unary functions
['%gensym, :'GENSYM],