1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-08-22 00:55:09 +00:00
qb64/internal/source/free31.txt

9 lines
286 B
Text
Raw Normal View History

2021-07-12 00:07:48 +00:00
if(oldstr2907){
if(oldstr2907->fixed)qbs_set(oldstr2907,_FUNC_OPERATORUSAGE_STRING_OPERATOR);
2021-02-07 10:32:23 +00:00
qbs_free(_FUNC_OPERATORUSAGE_STRING_OPERATOR);
}
2021-07-12 00:07:48 +00:00
if(oldstr2908){
if(oldstr2908->fixed)qbs_set(oldstr2908,_FUNC_OPERATORUSAGE_STRING_INFO);
2021-02-07 10:32:23 +00:00
qbs_free(_FUNC_OPERATORUSAGE_STRING_INFO);
}