summaryrefslogtreecommitdiff
path: root/enum.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-10 11:47:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-10 11:47:54 +0000
commitc169b513898d165d0e016139b1766dfddbecceea (patch)
tree969e2c34f8cbb0b801fb650f1c99a94848998b40 /enum.c
parent716c93bed12e5dcc842a3668802e0cc60651b2f9 (diff)
internal.h: STATIC_ASSERT
* internal.h (STATIC_ASSERT): move from enum.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enum.c')
-rw-r--r--enum.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/enum.c b/enum.c
index a3cefe735f..8dd24514b5 100644
--- a/enum.c
+++ b/enum.c
@@ -15,8 +15,6 @@
#include "id.h"
#include "internal.h"
-#define STATIC_ASSERT(name, expr) typedef int static_assert_##name##_check[1 - 2*!(expr)]
-
VALUE rb_f_send(int argc, VALUE *argv, VALUE recv);
VALUE rb_mEnumerable;