summaryrefslogtreecommitdiff
path: root/rtl/dragonfly/si_crt.pp
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/dragonfly/si_crt.pp')
-rw-r--r--rtl/dragonfly/si_crt.pp26
1 files changed, 26 insertions, 0 deletions
diff --git a/rtl/dragonfly/si_crt.pp b/rtl/dragonfly/si_crt.pp
new file mode 100644
index 0000000000..08e819d8d5
--- /dev/null
+++ b/rtl/dragonfly/si_crt.pp
@@ -0,0 +1,26 @@
+{
+ This file is part of the Free Pascal run time library.
+ Copyright (c) 2005 by Michael Van Canneyt, Peter Vreman,
+ & Daniel Mantione, members of the Free Pascal development team.
+
+ See the file COPYING.FPC, included in this distribution,
+ for details about the copyright.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ **********************************************************************}
+
+unit si_crt;
+
+interface
+
+{$i si_intf.inc}
+
+implementation
+
+{$i sysnr.inc}
+{$i si_crt.inc}
+
+end.