mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 21:07:58 +02:00

* record symtables are now handled properly as well if a record is copied, resolves #9144 * fixed a memory leak when copying classes * increased PPU version to 91 git-svn-id: trunk@11273 -
15 lines
131 B
ObjectPascal
15 lines
131 B
ObjectPascal
{ %norun }
|
|
{$mode delphi}
|
|
|
|
unit tw9144a;
|
|
|
|
interface
|
|
|
|
type
|
|
TnxGuid = TGuid;
|
|
TnxNotifierID = type TnxGuid;
|
|
|
|
implementation
|
|
|
|
end.
|