summaryrefslogtreecommitdiff
path: root/complex.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-07 16:52:10 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-07 16:52:10 +0900
commit184e82e8f044bb5912dc01ebb2f4b52866fcc917 (patch)
treefc309dc301ad0a2e78c857664c86051cf43a54bd /complex.c
parent96ce1d9a0ff64494753ad4730f36a0cd7e7a89e7 (diff)
downloadruby-184e82e8f044bb5912dc01ebb2f4b52866fcc917.tar.gz
Follow the NDEBUG given to the whole
Diffstat (limited to 'complex.c')
-rw-r--r--complex.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/complex.c b/complex.c
index 560d9788b2..d775e38259 100644
--- a/complex.c
+++ b/complex.c
@@ -15,8 +15,6 @@
#include <ctype.h>
#include <math.h>
-#undef NDEBUG
-#define NDEBUG
#include "id.h"
#include "internal.h"
#include "internal/array.h"