diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-07 13:44:11 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-07 13:44:11 +0000 |
| commit | e11c188e3ccf4a9e69e1c8f737fbbe0261cd2ce2 (patch) | |
| tree | bfa21cea32a35b9e284a3d092796a6d5febf6c8a /eval_intern.h | |
| parent | ea0dbcc6660ddaa776bb0cce84d7280e2d26a7f2 (diff) | |
| download | ruby-e11c188e3ccf4a9e69e1c8f737fbbe0261cd2ce2.tar.gz ruby-e11c188e3ccf4a9e69e1c8f737fbbe0261cd2ce2.tar.xz ruby-e11c188e3ccf4a9e69e1c8f737fbbe0261cd2ce2.zip | |
* eval_intern.h: remove UNSUPPORTED() macro.
* thread.c: fix to define Continuation methods
(they only do rb_notimplement()).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval_intern.h')
| -rw-r--r-- | eval_intern.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/eval_intern.h b/eval_intern.h index e68764191..0407b0bb9 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" |
