mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 18:47:56 +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 -
14 lines
91 B
ObjectPascal
14 lines
91 B
ObjectPascal
{ %norun }
|
|
{$mode delphi}
|
|
|
|
unit tw9144b;
|
|
|
|
interface
|
|
|
|
uses
|
|
tw9144a;
|
|
|
|
implementation
|
|
|
|
end.
|