From e53be8c540b9a926f70f6ca162d922c875865cd1 Mon Sep 17 00:00:00 2001 From: Fellippe Heitor Date: Wed, 22 Jan 2020 14:25:31 -0300 Subject: [PATCH] Trigger ci to test new console output --- source/qb64.bas | 1 - 1 file changed, 1 deletion(-) diff --git a/source/qb64.bas b/source/qb64.bas index cf383cbff..b2c84e528 100644 --- a/source/qb64.bas +++ b/source/qb64.bas @@ -2776,7 +2776,6 @@ DO IF ASC(a3$) = 36 THEN '$ 'precompiler commands should always be executed FIRST. - IF a3u$ = "$END IF" OR a3u$ = "$ENDIF" THEN IF DefineElse(ExecCounter) = 0 THEN a$ = "$END IF without $IF": GOTO errmes DefineElse(ExecCounter) = 0 'We no longer have an $IF block at this level