diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-01-22 08:33:55 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-01-22 08:33:55 +0000 |
commit | 439224a5904411b288e441096e21a41244ddd1d6 (patch) | |
tree | a471f6b0e76c590f04579e62d1834c915b9eb322 /id_table.c | |
parent | e5850a80d69531be3c62468b7c88d91f30b0490b (diff) | |
download | ruby-439224a5904411b288e441096e21a41244ddd1d6.tar.gz |
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
Diffstat (limited to 'id_table.c')
-rw-r--r-- | id_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id_table.c b/id_table.c index 13adf6babb..324abf15f1 100644 --- a/id_table.c +++ b/id_table.c @@ -9,7 +9,7 @@ #if ID_TABLE_DEBUG == 0 #define NDEBUG #endif -#include <assert.h> +#include "ruby_assert.h" /* * st |