diff options
Diffstat (limited to 'src/interp/g-opt.boot')
-rw-r--r-- | src/interp/g-opt.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-opt.boot b/src/interp/g-opt.boot index 1c45d60f..4e909d60 100644 --- a/src/interp/g-opt.boot +++ b/src/interp/g-opt.boot @@ -450,7 +450,7 @@ $VMsideEffectFreeOperators == %fsinh %fcosh %ftanh %fcsch %fcoth %fsech %fasinh %facsch %nil %pair? %lconcat %llength %lfirst %lsecond %lthird %lreverse %lempty? %hash %ismall? %string? %f2s - %ccst %ceq %clt %cle %cgt %cge %c2i %i2c %sname + %ccst %ceq %clt %cle %cgt %cge %c2i %i2c %s2c %sname %vref %vlength %before?) ++ List of simple VM operators |