* fixed sparc building

git-svn-id: trunk@2063 -
This commit is contained in:
florian 2005-12-27 10:41:42 +00:00
parent 55218d452b
commit 834ae15bd1

View File

@ -15,17 +15,6 @@
**********************************************************************}
const
FPE_INTDIV = 1;
FPE_INTOVF = 2;
FPE_FLTDIV = 3;
FPE_FLTOVF = 4;
FPE_FLTUND = 5;
FPE_FLTRES = 6;
FPE_FLTINV = 7;
FPE_FLTSUB = 8;
procedure SignalToRunerror(sig : longint; SigInfo: PSigInfo; SigContext: PSigContext);cdecl;
var
res : word;