From 4c3697bd51c2ba45b84dd8046c32b1bde26fdcb0 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 22 Jan 2016 08:33:55 +0000 Subject: RUBY_ASSERT * error.c (rb_assert_failure): assertion with stack dump. * ruby_assert.h (RUBY_ASSERT): new header for the assertion. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- complex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'complex.c') diff --git a/complex.c b/complex.c index ec52beaf0a..fc2cd0e783 100644 --- a/complex.c +++ b/complex.c @@ -14,7 +14,7 @@ #include "internal.h" #define NDEBUG -#include +#include "ruby_assert.h" #define ZERO INT2FIX(0) #define ONE INT2FIX(1) -- cgit v1.2.3