mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 23:31:49 +02:00
* allow %... for binary constants in delphi mode, resolves #39503
This commit is contained in:
parent
c9b988e146
commit
25eab57a58
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
{ %FAIL }
|
||||
{ Old file: tbf0326.pp }
|
||||
{ }
|
||||
|
Loading…
Reference in New Issue
Block a user