mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 21:09:27 +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
|
begin
|
||||||
if not(m_fpc in current_settings.modeswitches) then
|
if [m_fpc,m_delphi] * current_settings.modeswitches = [] then
|
||||||
Illegal_Char(c)
|
Illegal_Char(c)
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
{ %FAIL }
|
|
||||||
{ Old file: tbf0326.pp }
|
{ Old file: tbf0326.pp }
|
||||||
{ }
|
{ }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user