diff options
author | Jay Freeman <saurik@saurik.com> | 2010-08-07 23:45:23 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2010-08-07 23:45:23 +0000 |
commit | 0569a17e5feef654b7769929510a379309634267 (patch) | |
tree | 018d6e97ad48c85bf22b994600edb86c791e773e /data/ruby/dlopen.diff | |
parent | c00dc40b6bca37765e2fb105cd0564e20b975238 (diff) |
Upgrade to Ruby 1.9.1.
git-svn-id: http://svn.telesphoreo.org/trunk@724 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/ruby/dlopen.diff')
-rw-r--r-- | data/ruby/dlopen.diff | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/data/ruby/dlopen.diff b/data/ruby/dlopen.diff deleted file mode 100644 index 6d745a398..000000000 --- a/data/ruby/dlopen.diff +++ /dev/null @@ -1,39 +0,0 @@ -diff -ru ruby-1.8.6-p111/dln.c ruby-1.8.6-p111+iPhone/dln.c ---- ruby-1.8.6-p111/dln.c 2007-08-22 02:46:14.000000000 +0000 -+++ ruby-1.8.6-p111+iPhone/dln.c 2008-07-22 09:22:48.000000000 +0000 -@@ -87,13 +87,13 @@ - - #ifndef NO_DLN_LOAD - --#if defined(HAVE_DLOPEN) && !defined(USE_DLN_A_OUT) && !defined(_AIX) && !defined(__APPLE__) && !defined(_UNICOSMP) -+#if defined(HAVE_DLOPEN) && !defined(USE_DLN_A_OUT) && !defined(_AIX) && !defined(_UNICOSMP) - /* dynamic load with dlopen() */ - # define USE_DLN_DLOPEN - #endif - - #ifndef FUNCNAME_PATTERN --# if defined(__hp9000s300) || (defined(__NetBSD__) && !defined(__ELF__)) || defined(__BORLANDC__) || (defined(__FreeBSD__) && !defined(__ELF__)) || (defined(__OpenBSD__) && !defined(__ELF__)) || defined(NeXT) || defined(__WATCOMC__) || defined(__APPLE__) -+# if defined(__hp9000s300) || (defined(__NetBSD__) && !defined(__ELF__)) || defined(__BORLANDC__) || (defined(__FreeBSD__) && !defined(__ELF__)) || (defined(__OpenBSD__) && !defined(__ELF__)) || defined(NeXT) || defined(__WATCOMC__) - # define FUNCNAME_PATTERN "_Init_%s" - # else - # define FUNCNAME_PATTERN "Init_%s" -@@ -1140,10 +1140,6 @@ - #define NSLINKMODULE_OPTION_BINDNOW 1 - #endif - #endif --#else --#ifdef __APPLE__ --#include <mach-o/dyld.h> --#endif - #endif - - #if defined _WIN32 && !defined __CYGWIN__ -@@ -1403,7 +1399,7 @@ - } - #endif /* _AIX */ - --#if defined(NeXT) || defined(__APPLE__) -+#if defined(NeXT) - #define DLN_DEFINED - /*---------------------------------------------------- - By SHIROYAMA Takayuki Psi@fortune.nest.or.jp |