fpc/tests/webtbs/tw9144a.pp
florian fca8883f27 * moved oo_copied into defoptions
* 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 -
2008-06-24 20:23:45 +00:00

15 lines
131 B
ObjectPascal

{ %norun }
{$mode delphi}
unit tw9144a;
interface
type
TnxGuid = TGuid;
TnxNotifierID = type TnxGuid;
implementation
end.