platform/shared/ruby/iphone/ruby/config.h in rhodes-3.0.2 vs platform/shared/ruby/iphone/ruby/config.h in rhodes-3.1.0.beta.1
- old
+ new
@@ -49,10 +49,12 @@
#define NORETURN(x) __attribute__ ((noreturn)) x
#define DEPRECATED(x) __attribute__ ((deprecated)) x
#define NOINLINE(x) __attribute__ ((noinline)) x
#define FUNC_STDCALL(x) __attribute__ ((stdcall)) x
#define FUNC_CDECL(x) __attribute__ ((cdecl)) x
+#if !defined(__IA64__) && !defined(__x86_64__)
#define FUNC_FASTCALL(x) __attribute__ ((fastcall)) x
+#endif
#define RUBY_ALIAS_FUNCTION(old_prot, new_name, args) VALUE old_prot {return new_name args;}
#define HAVE_DECL_SYS_NERR 1
#define BROKEN_CRYPT 1
#define HAVE_LIBDL 1
#define HAVE_DIRENT_H 1