зеркало из https://github.com/github/ruby.git
* numeric.c: add #include "interna.h" for rb_big_uminus() prototype.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
a3ffe9698b
Коммит
4173fb0cb5
|
@ -1,3 +1,7 @@
|
|||
Sun May 29 17:53:03 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
|
||||
|
||||
* numeric.c: add #include "interna.h" for rb_big_uminus() prototype.
|
||||
|
||||
Sun May 29 15:09:05 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* numeric.c (flo_round): fix for negative value.
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
#include "ruby/ruby.h"
|
||||
#include "ruby/encoding.h"
|
||||
#include "ruby/util.h"
|
||||
#include "internal.h"
|
||||
#include <ctype.h>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче