summaryrefslogtreecommitdiff
path: root/eval_intern.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-07 13:44:11 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-07 13:44:11 +0000
commit0eaefd202a7072aea6a17993c19c8704366ed9f7 (patch)
treebfa21cea32a35b9e284a3d092796a6d5febf6c8a /eval_intern.h
parent0b91bd56c2246f4a6dc313e0972a28074c68ecee (diff)
* eval_intern.h: remove UNSUPPORTED() macro.
* thread.c: fix to define Continuation methods (they only do rb_notimplement()). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval_intern.h')
-rw-r--r--eval_intern.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/eval_intern.h b/eval_intern.h
index e68764191f..0407b0bb92 100644
--- a/eval_intern.h
+++ b/eval_intern.h
@@ -6,15 +6,6 @@
(GET_THREAD()->passed_block = \
GC_GUARDED_PTR_REF((rb_block_t *)GET_THREAD()->cfp->lfp[0]))
-
-#define UNSUPPORTED(func) \
-{ \
- int *a = 0; \
- fprintf(stderr, "%s", "-- unsupported: " #func "\n"); fflush(stderr); \
- *a = 0; \
- rb_bug("unsupported: " #func); \
-}
-
#include "ruby.h"
#include "node.h"
#include "util.h"