From 439224a5904411b288e441096e21a41244ddd1d6 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 --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string.c') diff --git a/string.c b/string.c index 24d1c709a9..b499fa2674 100644 --- a/string.c +++ b/string.c @@ -16,7 +16,7 @@ #include "encindex.h" #include "probes.h" #include "gc.h" -#include +#include "ruby_assert.h" #include "id.h" #define BEG(no) (regs->beg[(no)]) -- cgit v1.2.3