| 893 | } |
| 894 | |
| 895 | void fx_parseURLEmptyPart(txMachine* the, txSlot* target, txID id) |
| 896 | { |
| 897 | mxPush(mxEmptyString); |
| 898 | mxPushSlot(target); |
| 899 | mxSetID(id); |
| 900 | mxPop(); |
| 901 | } |
| 902 | |
| 903 | txBoolean fx_parseURLHasOpaquePath(txMachine* the, txSlot* parts) |
| 904 | { |