* lib/mkmf.rb (MakeMakefile#try_func): fix broken patch at r33834.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
abb40f8eb3
commit
b5be930979
@ -1,3 +1,7 @@
|
||||
Thu Dec 1 16:20:16 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/mkmf.rb (MakeMakefile#try_func): fix broken patch at r33834.
|
||||
|
||||
Thu Dec 1 14:43:17 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/bigdecimal/bigdecimal.h (Real): suppress false warning from
|
||||
|
@ -663,7 +663,7 @@ SRC
|
||||
/*top*/
|
||||
#{MAIN_DOES_NOTHING}
|
||||
extern int t(void);
|
||||
int t(void) { #{func}(); return 0; }
|
||||
int t(void) { #{call}; return 0; }
|
||||
SRC
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user