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

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 11 15:31:06 PDT 2008


Revision: 277
          http://trac.macosforge.org/projects/ruby/changeset/277
Author:   lsansonetti at apple.com
Date:     2008-06-11 15:31:06 -0700 (Wed, 11 Jun 2008)

Log Message:
-----------
also ignore stdcall attribute

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 22:27:46 UTC (rev 276)
+++ MacRuby/trunk/include/ruby/config.h.in	2008-06-11 22:31:06 UTC (rev 277)
@@ -47,7 +47,6 @@
 #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
 #define HAVE_DECL_SYS_NERR 1
 #define HAVE_LIBDL 1

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


More information about the macruby-changes mailing list