mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:18:12 +02:00

going to write it to the ppu since r26083, also only deref it if that's the case (mantis #25814) git-svn-id: trunk@26956 -
13 lines
79 B
ObjectPascal
13 lines
79 B
ObjectPascal
unit uw25814;
|
|
|
|
{$mode delphi}
|
|
|
|
interface
|
|
|
|
implementation
|
|
|
|
uses tw25814;
|
|
|
|
end.
|
|
|