| 977 | } |
| 978 | |
| 979 | void fxStripName(txLinker* linker, txString name) |
| 980 | { |
| 981 | txLinkerCallback* linkerCallback = fxGetLinkerCallbackByName(linker, name); |
| 982 | if (linkerCallback) |
| 983 | linkerCallback->flag = 0; |
| 984 | } |
| 985 | |
| 986 | void fxStripObject(txLinker* linker, txMachine* the, txSlot* slot) |
| 987 | { |
no test coverage detected