[macruby-changes] [274] MacRuby/trunk/include/ruby/config.h.in

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 11 14:05:47 PDT 2008


Revision: 274
          http://trac.macosforge.org/projects/ruby/changeset/274
Author:   lsansonetti at apple.com
Date:     2008-06-11 14:05:47 -0700 (Wed, 11 Jun 2008)

Log Message:
-----------
removed fastcall attribute, because of the warnings

Modified Paths:
--------------
    MacRuby/trunk/include/ruby/config.h.in

Modified: MacRuby/trunk/include/ruby/config.h.in
===================================================================
--- MacRuby/trunk/include/ruby/config.h.in	2008-06-11 20:59:17 UTC (rev 273)
+++ MacRuby/trunk/include/ruby/config.h.in	2008-06-11 21:05:47 UTC (rev 274)
@@ -49,7 +49,6 @@
 #define NOINLINE(x) __attribute__ ((noinline)) x
 #define FUNC_STDCALL(x) __attribute__ ((stdcall)) x
 #define FUNC_CDECL(x) __attribute__ ((cdecl)) x
-#define FUNC_FASTCALL(x) __attribute__ ((fastcall)) x
 #define HAVE_DECL_SYS_NERR 1
 #define HAVE_LIBDL 1
 #define HAVE_DIRENT_H 1

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080611/d38d8901/attachment.htm 


More information about the macruby-changes mailing list