Browse Source

* unix signal handler needs longint

peter 22 years ago
parent
commit
7bb0575f2d
1 changed files with 5 additions and 2 deletions
  1. 5 2
      ide/fpcatch.pas

+ 5 - 2
ide/fpcatch.pas

@@ -101,7 +101,7 @@ end;
 
 
 {$ifdef HasSignal}
 {$ifdef HasSignal}
 {$ifdef Unix}
 {$ifdef Unix}
-Procedure CatchSignal(Sig : Integer);cdecl;
+Procedure CatchSignal(Sig : Longint);cdecl;
 {$else}
 {$else}
 Function CatchSignal(Sig : longint):longint;
 Function CatchSignal(Sig : longint):longint;
 {$endif}
 {$endif}
@@ -229,7 +229,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.6  2002-09-07 21:04:41  carl
+  Revision 1.7  2003-04-23 09:49:26  peter
+    * unix signal handler needs longint
+
+  Revision 1.6  2002/09/07 21:04:41  carl
     * fix range check errors for version 1.1 compilation
     * fix range check errors for version 1.1 compilation
 
 
   Revision 1.5  2002/09/07 15:40:42  peter
   Revision 1.5  2002/09/07 15:40:42  peter