mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
e5850a80d6
commit
439224a590
12 changed files with 93 additions and 12 deletions
|
@ -9,7 +9,7 @@
|
|||
#if ID_TABLE_DEBUG == 0
|
||||
#define NDEBUG
|
||||
#endif
|
||||
#include <assert.h>
|
||||
#include "ruby_assert.h"
|
||||
|
||||
/*
|
||||
* st
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue