1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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:
nobu 2011-12-01 07:20:20 +00:00
parent abb40f8eb3
commit b5be930979
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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