aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-01-24 17:10:48 +0000
committerdos-reis <gdr@axiomatics.org>2011-01-24 17:10:48 +0000
commitf7ca9bfa04d335e47daab91fa556b43a5369270e (patch)
tree75b7d7e62056a10ac88b7017dc75f128af772abf /src/interp/g-util.boot
parentc8e50c69725188f4a48d1e215d00d917dfc7c3d1 (diff)
downloadopen-axiom-f7ca9bfa04d335e47daab91fa556b43a5369270e.tar.gz
* algebra/array1.spad.pamphlet: Use %aref instead of %vref.
* interp/g-opt.boot (optSETRECORDELT): Tidy code generation. (optRECORDCOPY): Likewise. (optRECORDELT): Likewise. ($VMsideEffectFreeOperators): Include %aref. Translate.
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 197da15a..e0fc1d07 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -566,7 +566,8 @@ for x in [
-- simple vector operations
['%vfill, :'FILL],
['%vlength, :'sizeOfSimpleArray],
- ['%vref, :'getSimpleArrayEntry],
+ ['%vref, :'SVREF],
+ ['%aref, :'getSimpleArrayEntry],
-- symbol unary functions
['%gensym, :'GENSYM],