mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
* missing part of r32617: also load the def for constnil symbols
git-svn-id: trunk@32632 -
This commit is contained in:
parent
5dcf5a95c5
commit
a1db947e9e
@ -2412,7 +2412,8 @@ implementation
|
||||
new(pguid(value.valueptr));
|
||||
ppufile.getdata(value.valueptr^,sizeof(tguid));
|
||||
end;
|
||||
constnil : ;
|
||||
constnil :
|
||||
ppufile.getderef(constdefderef);
|
||||
else
|
||||
Message1(unit_f_ppu_invalid_entry,tostr(ord(consttyp)));
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user