From ed68b295a03e5462ef9b5b101488f5d180b0b9d2 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 11 Mar 2009 21:01:55 +0000 Subject: [PATCH] undef bind for win32, problem reported by vondruch git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11148 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/ruby/rubyhead.swg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Lib/ruby/rubyhead.swg b/Lib/ruby/rubyhead.swg index 8e6e2e7d0..d17fdbaae 100644 --- a/Lib/ruby/rubyhead.swg +++ b/Lib/ruby/rubyhead.swg @@ -7,6 +7,9 @@ #ifdef read # undef read #endif +#ifdef bind +# undef bind +#endif /* Ruby 1.7 defines NUM2LL(), LL2NUM() and ULL2NUM() macros */