| 1295 | } |
| 1296 | |
| 1297 | txInteger fxCheckArg(txMachine* the, txInteger theIndex) |
| 1298 | { |
| 1299 | if ((theIndex < 0) || (mxArgc <= theIndex)) |
| 1300 | mxSyntaxError("C: xsArg(%ld): invalid index", theIndex); |
| 1301 | return theIndex; |
| 1302 | } |
| 1303 | |
| 1304 | txInteger fxCheckVar(txMachine* the, txInteger theIndex) |
| 1305 | { |