зеркало из https://github.com/github/ruby.git
* bignum.c: Added #include <strings.h> for ffs(). Patch by Perry
Smith. Thank you. [Bug #6748] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
0501be6f83
Коммит
7d4e7fe834
|
@ -1,3 +1,8 @@
|
|||
Thu Jul 19 03:41:20 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* bignum.c: Added #include <strings.h> for ffs(). Patch by Perry
|
||||
Smith. Thank you. [Bug #6748]
|
||||
|
||||
Thu Jul 19 01:56:02 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* include/ruby/intern.h (rb_num_zerodiv): Added NORETURN.
|
||||
|
|
3
bignum.c
3
bignum.c
|
@ -14,6 +14,9 @@
|
|||
#include "ruby/util.h"
|
||||
#include "internal.h"
|
||||
|
||||
#ifdef HAVE_STRINGS_H
|
||||
#include <strings.h>
|
||||
#endif
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
#include <ctype.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче