зеркало из https://github.com/github/ruby.git
* numeric.c (DBL_MAX_10_EXP): fix typo. [ruby-dev:36826]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
ee9d5d41d1
Коммит
96737482af
|
@ -1,3 +1,7 @@
|
|||
Tue Dec 24 19:19:24 2002 Tietew <tietew@tietew.net>
|
||||
|
||||
* numeric.c (DBL_MAX_10_EXP): fix typo. [ruby-dev:36826]
|
||||
|
||||
Tue Dec 24 17:02:46 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* eval.c (rb_undefined): use NoMethodError instead of fatal.
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#define DBL_MIN_10_EXP (-307)
|
||||
#endif
|
||||
#ifndef DBL_MAX_10_EXP
|
||||
#define DBL_MAN_10_EXP 308
|
||||
#define DBL_MAX_10_EXP 308
|
||||
#endif
|
||||
#ifndef DBL_DIG
|
||||
#define DBL_DIG 15
|
||||
|
|
Загрузка…
Ссылка в новой задаче