| 79 | } |
| 80 | |
| 81 | void fxInvalidateStringInfoCache(txMachine* the) |
| 82 | { |
| 83 | txStringInfoCache* cache = the->stringInfoCache; |
| 84 | if (cache) { |
| 85 | cache->head = 0; |
| 86 | cache->tail = 0; |
| 87 | } |
| 88 | } |
| 89 | |
| 90 | txStringInfo* fxCacheStringInfo(txMachine* the, txString string) |
| 91 | { |