diff options
Diffstat (limited to 'complex.c')
-rw-r--r-- | complex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ #include "internal.h" #define NDEBUG -#include <assert.h> +#include "ruby_assert.h" #define ZERO INT2FIX(0) #define ONE INT2FIX(1) |