summaryrefslogtreecommitdiff
path: root/rational.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2021-01-07 16:52:10 +0900
committerNobuyoshi Nakada <[email protected]>2021-01-07 16:52:10 +0900
commit184e82e8f044bb5912dc01ebb2f4b52866fcc917 ()
treefc309dc301ad0a2e78c857664c86051cf43a54bd /rational.c
parent96ce1d9a0ff64494753ad4730f36a0cd7e7a89e7 (diff)
Follow the NDEBUG given to the whole
-rw-r--r--rational.c2
1 files changed, 0 insertions, 2 deletions
@@ -20,8 +20,6 @@
#include <gmp.h>
#endif
-#undef NDEBUG
-#define NDEBUG
#include "id.h"
#include "internal.h"
#include "internal/array.h"