| 931 | } |
| 932 | |
| 933 | void fxBigInt_free(txMachine* the, txBigInt *bigint) |
| 934 | { |
| 935 | #ifndef mxCompile |
| 936 | if (bigint == &the->stack->value.bigint) |
| 937 | the->stack++; |
| 938 | // else |
| 939 | // fprintf(stderr, "oops\n"); |
| 940 | #endif |
| 941 | } |
| 942 | |
| 943 | int fxBigInt_comp(txBigInt *a, txBigInt *b) |
| 944 | { |
no outgoing calls
no test coverage detected