Ticket #54125: patch-src__common__pa_types.h

File patch-src__common__pa_types.h, 284 bytes (added by RJVB (René Bertin), 7 years ago)
Line 
1--- src/common/pa_types.h.orig  2006-08-26 17:27:53.000000000 +0900
2+++ src/common/pa_types.h       2012-01-07 20:26:17.000000000 +0900
3@@ -62,7 +62,11 @@
4 #endif
5 
6 #ifndef SIZEOF_LONG
7+#ifdef __LP64__
8+#define SIZEOF_LONG 8
9+#else
10 #define SIZEOF_LONG 4
11+#endif /* __LP64__ */
12 #endif
13 
14