1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-11 01:15:13 +00:00
QB64-PE/internal/source/free140.txt
2023-12-18 00:02:43 +00:00

14 lines
478 B
Plaintext

if(oldstr3942){
if(oldstr3942->fixed)qbs_set(oldstr3942,_FUNC_GL2QB_TYPE_CONVERT_STRING_A);
qbs_free(_FUNC_GL2QB_TYPE_CONVERT_STRING_A);
}
if(oldstr3943){
if(oldstr3943->fixed)qbs_set(oldstr3943,_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL);
qbs_free(_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL);
}
if(oldstr3944){
if(oldstr3944->fixed)qbs_set(oldstr3944,_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP);
qbs_free(_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP);
}
qbs_free(_FUNC_GL2QB_TYPE_CONVERT_STRING_B);