mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 21:11:23 +02:00
* Fix hex number evaluation in conditional expressions
git-svn-id: trunk@47498 -
(cherry picked from commit 37b827c6a0
)
This commit is contained in:
parent
3b85a6f555
commit
a0db717adf
@ -1643,6 +1643,7 @@ begin
|
|||||||
'$':
|
'$':
|
||||||
begin
|
begin
|
||||||
FToken:=tkNumber;
|
FToken:=tkNumber;
|
||||||
|
inc(FTokenEnd);
|
||||||
{$ifdef UsePChar}
|
{$ifdef UsePChar}
|
||||||
while FTokenEnd^ in HexDigits do inc(FTokenEnd);
|
while FTokenEnd^ in HexDigits do inc(FTokenEnd);
|
||||||
{$else}
|
{$else}
|
||||||
|
Loading…
Reference in New Issue
Block a user