1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 05:34:47 +00:00
QB64-PE/internal/source/free64.txt

15 lines
490 B
Text
Raw Normal View History

2024-06-27 22:09:56 +00:00
if(oldstr3530){
if(oldstr3530->fixed)qbs_set(oldstr3530,_SUB_ADDWARNING_STRING_INCFILENAME);
qbs_free(_SUB_ADDWARNING_STRING_INCFILENAME);
2022-11-22 23:53:31 +00:00
}
2024-06-27 22:09:56 +00:00
if(oldstr3531){
if(oldstr3531->fixed)qbs_set(oldstr3531,_SUB_ADDWARNING_STRING_HEADER);
qbs_free(_SUB_ADDWARNING_STRING_HEADER);
}
if(oldstr3532){
if(oldstr3532->fixed)qbs_set(oldstr3532,_SUB_ADDWARNING_STRING_TEXT);
qbs_free(_SUB_ADDWARNING_STRING_TEXT);
}
qbs_free(_SUB_ADDWARNING_STRING_THISSOURCE);
qbs_free(_SUB_ADDWARNING_STRING_THISINCNAME);