1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-16 00:15:29 +00:00
qb64/internal/source/free107.txt
2021-07-15 06:37:27 +00:00

15 lines
504 B
Plaintext

if(oldstr3676){
if(oldstr3676->fixed)qbs_set(oldstr3676,_SUB_ADDWARNING_STRING_INCFILENAME);
qbs_free(_SUB_ADDWARNING_STRING_INCFILENAME);
}
if(oldstr3677){
if(oldstr3677->fixed)qbs_set(oldstr3677,_SUB_ADDWARNING_STRING_HEADER);
qbs_free(_SUB_ADDWARNING_STRING_HEADER);
}
if(oldstr3678){
if(oldstr3678->fixed)qbs_set(oldstr3678,_SUB_ADDWARNING_STRING_TEXT);
qbs_free(_SUB_ADDWARNING_STRING_TEXT);
}
qbs_free(_SUB_ADDWARNING_STRING_THISSOURCE);
qbs_free(_SUB_ADDWARNING_STRING_THISINCNAME);