diff options
-rw-r--r-- | range.c | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -9,14 +9,24 @@ **********************************************************************/ -#include "internal.h" -#include "id.h" #include <assert.h> #ifdef HAVE_FLOAT_H #include <float.h> #endif -#include <math.h> VALUE rb_cRange; static ID id_beg, id_end, id_excl; |