Browse Source

* unix signalhandler has longint argument

peter 22 years ago
parent
commit
4290586968
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/catch.pas

+ 5 - 2
compiler/catch.pas

@@ -64,7 +64,7 @@ Implementation
 
 
 {$ifdef has_signal}
 {$ifdef has_signal}
 {$ifdef unix}
 {$ifdef unix}
-Procedure CatchSignal(Sig : SmallInt);cdecl;
+Procedure CatchSignal(Sig : Longint);cdecl;
 {$else}
 {$else}
 Function CatchSignal(Sig : longint):longint;
 Function CatchSignal(Sig : longint):longint;
 {$endif}
 {$endif}
@@ -109,7 +109,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.12  2003-01-10 21:37:48  marco
+  Revision 1.13  2003-04-23 10:10:31  peter
+    * unix signalhandler has longint argument
+
+  Revision 1.12  2003/01/10 21:37:48  marco
    * beos shouldnt define hassignal (unix<-> hasunix problem)
    * beos shouldnt define hassignal (unix<-> hasunix problem)
 
 
   Revision 1.11  2002/05/18 13:34:05  peter
   Revision 1.11  2002/05/18 13:34:05  peter