From 1f082db3adf13c4c6061639be0841d1873bb459a Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 7 Apr 2000 14:56:18 +0000 Subject: [PATCH] * correctfldcw define added --- compiler/options.pas | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compiler/options.pas b/compiler/options.pas index 162d88a8f1..0068769bdf 100644 --- a/compiler/options.pas +++ b/compiler/options.pas @@ -1225,6 +1225,7 @@ begin { for the RTL } def_symbol('CARDINALMULFIXED'); {$endif cardinalmulfix} + def_symbol('CORRECTFLDCW'); { some stuff for TP compatibility } {$ifdef i386} @@ -1449,7 +1450,10 @@ end; end. { $Log$ - Revision 1.63 2000-04-05 21:57:34 pierre + Revision 1.64 2000-04-07 14:56:18 peter + * correctfldcw define added + + Revision 1.63 2000/04/05 21:57:34 pierre * no unitdir automatically added if -n option present Revision 1.62 2000/03/13 20:06:59 michael