mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-26 03:58:23 +02:00
11 lines
91 B
ObjectPascal
11 lines
91 B
ObjectPascal
unit messages;
|
|
|
|
|
|
interface
|
|
|
|
{$DEFINE ReadInterface}
|
|
{$I messages.inc}
|
|
|
|
implementation
|
|
|
|
end. |