| 124 | } |
| 125 | |
| 126 | void _xsSetAt(txMachine *the, txSlot *self, txSlot *at , txSlot *v) |
| 127 | { |
| 128 | mxOverflow(-3); |
| 129 | fxPush(*v); |
| 130 | fxPush(*self); |
| 131 | fxPush(*at); |
| 132 | fxSetAt(the); |
| 133 | mxPop(); |
| 134 | } |
| 135 | |
| 136 | void _xsSetIndex(txMachine *the, txSlot *self, txIndex index, txSlot *v) |
| 137 | { |