Merge branch 'master' of ssh://git.nguyen.vg/SXSI/xpathcomp
authorKim Nguyễn <kn@lri.fr>
Fri, 26 Oct 2012 12:40:52 +0000 (14:40 +0200)
committerKim Nguyễn <kn@lri.fr>
Fri, 26 Oct 2012 12:40:52 +0000 (14:40 +0200)
src/common_stub.hpp

index b771f33..ae672da 100644 (file)
@@ -19,8 +19,11 @@ extern "C" {
 #define NoAlloc
 
 //Must be used in front of every function that is called from OCaml.
-
-#define ML_BINDING extern "C" __attribute__ ((force_align_arg_pointer)) 
+#if _M_IX86 || __i386
+#define ML_BINDING extern "C" __attribute__ ((force_align_arg_pointer))
+#else
+#define ML_BINDING extern "C"
+#endif
 
 
 void register_custom_(char* name,