]> git.pld-linux.org Git - packages/BitchX.git/commitdiff
- use long as return type on 64-bit arch
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 18 Jun 2004 11:55:36 +0000 (11:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    BitchX-types.patch -> 1.1

BitchX-types.patch [new file with mode: 0644]

diff --git a/BitchX-types.patch b/BitchX-types.patch
new file mode 100644 (file)
index 0000000..df8173e
--- /dev/null
@@ -0,0 +1,14 @@
+--- BitchX/include/module.h.orig       2003-04-11 03:09:07.000000000 +0200
++++ BitchX/include/module.h    2004-06-18 12:18:28.000000000 +0200
+@@ -15,7 +15,11 @@
+ #include "struct.h"
++#if defined(__alpha__) || defined(__x86_64__) || defined(__ia64__)
++typedef long (*Function_ptr)();
++#else
+ typedef int (*Function_ptr)();
++#endif
+ #ifdef WANT_DLL
+ #ifdef HPUX
This page took 0.037283 seconds and 4 git commands to generate.