* allow %... for binary constants in delphi mode, resolves #39503

This commit is contained in:
Florian Klämpfl 2021-12-29 15:37:20 +01:00
parent c9b988e146
commit 25eab57a58
2 changed files with 1 additions and 2 deletions

View File

@ -4938,7 +4938,7 @@ type
'%' :
begin
if not(m_fpc in current_settings.modeswitches) then
if [m_fpc,m_delphi] * current_settings.modeswitches = [] then
Illegal_Char(c)
else
begin

View File

@ -1,4 +1,3 @@
{ %FAIL }
{ Old file: tbf0326.pp }
{ }