From 0eaefd202a7072aea6a17993c19c8704366ed9f7 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 7 Feb 2007 13:44:11 +0000 Subject: * 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 --- eval_intern.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'eval_intern.h') 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" -- cgit v1.2.3