mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 23:09:12 +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
|
||||
FToken:=tkNumber;
|
||||
inc(FTokenEnd);
|
||||
{$ifdef UsePChar}
|
||||
while FTokenEnd^ in HexDigits do inc(FTokenEnd);
|
||||
{$else}
|
||||
|
Loading…
Reference in New Issue
Block a user