mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:28:05 +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 -
10 lines
106 B
ObjectPascal
10 lines
106 B
ObjectPascal
{ %recompile }
|
|
|
|
uses
|
|
uw28964;
|
|
|
|
begin
|
|
if stringcodepage(externalconst)<>CP_UTF8 then
|
|
halt(1);
|
|
end.
|