mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:47:56 +02:00

the ppu (mantis #28964) * also save/restore the type of constnil, constresourcestring and constguid in/from the ppu git-svn-id: trunk@32617 -
13 lines
138 B
ObjectPascal
13 lines
138 B
ObjectPascal
unit uw28964;
|
|
|
|
interface
|
|
|
|
const
|
|
ExternalConst = AnsiString('abc');
|
|
nilconst = pbyte(nil);
|
|
guid = iunknown;
|
|
|
|
implementation
|
|
|
|
end.
|