mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 11:10:26 +02:00
* increase PPU version so that the change of Chr() to a full intrinsic will not lead to problems
git-svn-id: trunk@47354 -
This commit is contained in:
parent
c496b609d1
commit
359ff64afd
@ -50,7 +50,7 @@ const
|
|||||||
CurrentPPUVersion = 208;
|
CurrentPPUVersion = 208;
|
||||||
{ for any other changes to the ppu format, increase this version number
|
{ for any other changes to the ppu format, increase this version number
|
||||||
(it's a cardinal) }
|
(it's a cardinal) }
|
||||||
CurrentPPULongVersion = 11;
|
CurrentPPULongVersion = 12;
|
||||||
|
|
||||||
{ unit flags }
|
{ unit flags }
|
||||||
uf_big_endian = $000004;
|
uf_big_endian = $000004;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user