ruby-changes:64779
From: Nobuyoshi <ko1@a...>
Date: Thu, 7 Jan 2021 17:30:26 +0900 (JST)
Subject: [ruby-changes:64779] 184e82e8f0 (master): Follow the NDEBUG given to the whole
https://git.ruby-lang.org/ruby.git/commit/?id=184e82e8f0 From 184e82e8f044bb5912dc01ebb2f4b52866fcc917 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Thu, 7 Jan 2021 16:52:10 +0900 Subject: Follow the NDEBUG given to the whole diff --git a/complex.c b/complex.c index 560d978..d775e38 100644 --- a/complex.c +++ b/complex.c @@ -15,8 +15,6 @@ https://github.com/ruby/ruby/blob/trunk/complex.c#L15 #include <ctype.h> #include <math.h> -#undef NDEBUG -#define NDEBUG #include "id.h" #include "internal.h" #include "internal/array.h" diff --git a/rational.c b/rational.c index ae134da..4a7df25 100644 --- a/rational.c +++ b/rational.c @@ -20,8 +20,6 @@ https://github.com/ruby/ruby/blob/trunk/rational.c#L20 #include <gmp.h> #endif -#undef NDEBUG -#define NDEBUG #include "id.h" #include "internal.h" #include "internal/array.h" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/