mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 13:29:14 +02:00
* reserved field now also initialized, from #8896's patch.
git-svn-id: trunk@11418 -
This commit is contained in:
parent
88bf6dc8fd
commit
16b1652cb1
@ -59,7 +59,7 @@ begin
|
|||||||
umf_undefined : write(t,'umf_undefined');
|
umf_undefined : write(t,'umf_undefined');
|
||||||
umf_unused : write(t,'umf_unused');
|
umf_unused : write(t,'umf_unused');
|
||||||
end;
|
end;
|
||||||
write(t,')');
|
write(t,'; reserved: 0)');
|
||||||
if i<>p^.lastchar then
|
if i<>p^.lastchar then
|
||||||
writeln(t,',')
|
writeln(t,',')
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user