diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-06 16:04:02 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-06 16:04:02 +0000 |
| commit | acb1c71e1f9ead57a84b3aabfb7eb73510999293 (patch) | |
| tree | 513ff65dfcb56507ee64a54a209b66075504fa54 /eval_intern.h | |
| parent | d37c38692dde8e74a2d7c83b182f58ba4c45bc48 (diff) | |
| download | ruby-acb1c71e1f9ead57a84b3aabfb7eb73510999293.tar.gz ruby-acb1c71e1f9ead57a84b3aabfb7eb73510999293.tar.xz ruby-acb1c71e1f9ead57a84b3aabfb7eb73510999293.zip | |
* eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().
* cont.c (rb_fiber_start): remove zero-clearing tag.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval_intern.h')
| -rw-r--r-- | eval_intern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eval_intern.h b/eval_intern.h index 5f6ba41b7..3c67ddc2f 100644 --- a/eval_intern.h +++ b/eval_intern.h @@ -141,7 +141,6 @@ char *strrchr _((const char *, const char)); #define PUSH_TAG() TH_PUSH_TAG(GET_THREAD()) #define POP_TAG() TH_POP_TAG() -#define POP_TAG_INIT() } while (0) #define TH_EXEC_TAG() \ (FLUSH_REGISTER_WINDOWS, ruby_setjmp(_th->tag->buf)) |
