mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 23:10:25 +02:00
* compilation of ppudump fixed
git-svn-id: trunk@25368 -
This commit is contained in:
parent
63a42b9da6
commit
bf3e48d8e0
@ -472,7 +472,7 @@ type
|
|||||||
str : string[30];
|
str : string[30];
|
||||||
end;
|
end;
|
||||||
const
|
const
|
||||||
flagopts=24;
|
flagopts=27;
|
||||||
flagopt : array[1..flagopts] of tflagopt=(
|
flagopt : array[1..flagopts] of tflagopt=(
|
||||||
(mask: $1 ;str:'init'),
|
(mask: $1 ;str:'init'),
|
||||||
(mask: $2 ;str:'final'),
|
(mask: $2 ;str:'final'),
|
||||||
|
Loading…
Reference in New Issue
Block a user