1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-10 00:45:13 +00:00

Merge branch 'main' into main

This commit is contained in:
Steve McNeill 2022-11-27 14:50:00 -05:00 committed by GitHub
commit 7894b8eec3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -7458,7 +7458,7 @@ if(!qbevent)break;evnt(1222);}while(r);
LABEL_FULLRECOMPILE:;
if(qbevent){evnt(1227);r=0;}
S_1765:;
if ((~(*__BYTE_QUIETMODE))||new_error){
if (((-(*__LONG_IDEMODE== 0 ))&(~(*__BYTE_QUIETMODE)))||new_error){
if(qbevent){evnt(1229);if(r)goto S_1765;}
do{
tqbs=qbs_new(0,0);

View file

@ -1226,7 +1226,7 @@ file$ = f$
fullrecompile:
IF NOT QuietMode THEN
IF idemode = 0 AND NOT QuietMode THEN
PRINT
PRINT "Beginning C++ output from QB64 code... "
END IF