1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Follow the NDEBUG given to the whole

This commit is contained in:
Nobuyoshi Nakada 2021-01-07 16:52:10 +09:00
parent 96ce1d9a0f
commit 184e82e8f0
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
2 changed files with 0 additions and 4 deletions

View file

@ -15,8 +15,6 @@
#include <ctype.h>
#include <math.h>
#undef NDEBUG
#define NDEBUG
#include "id.h"
#include "internal.h"
#include "internal/array.h"

View file

@ -20,8 +20,6 @@
#include <gmp.h>
#endif
#undef NDEBUG
#define NDEBUG
#include "id.h"
#include "internal.h"
#include "internal/array.h"