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

* lib/mathn.rb (Rational::power2): typo fixed. [ruby-core:17293]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2008-06-19 17:22:33 +00:00
parent 192f6fd421
commit ed536836db
11 changed files with 292 additions and 128 deletions

View file

@ -46,11 +46,7 @@ extern "C" {
#if defined(_WIN32)
# define OSSL_NO_CONF_API 1
# ifdef USE_WINSOCK2
# include <winsock2.h>
# else
# include <winsock.h>
# endif
# include <winsock2.h>
#endif
#include <errno.h>
#include <openssl/err.h>