diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-24 12:50:35 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-24 12:50:35 +0000 |
| commit | 74a94622071b1ca350010e2c9dbb8ac3d02a0f1e (patch) | |
| tree | f90b671df8ed4286f1a84f439e4f847e85c15360 /template/id.h.tmpl | |
| parent | bd4cdbb0111623b0a68782c25fa9f9f47f3a6a11 (diff) | |
| download | ruby-74a94622071b1ca350010e2c9dbb8ac3d02a0f1e.tar.gz ruby-74a94622071b1ca350010e2c9dbb8ac3d02a0f1e.tar.xz ruby-74a94622071b1ca350010e2c9dbb8ac3d02a0f1e.zip | |
* id.h, template/id.h.tmpl (enum ruby_method_ids): reordered.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template/id.h.tmpl')
| -rw-r--r-- | template/id.h.tmpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/id.h.tmpl b/template/id.h.tmpl index 84ca313a2..5fc0c528d 100644 --- a/template/id.h.tmpl +++ b/template/id.h.tmpl @@ -98,6 +98,10 @@ enum ruby_method_ids { #endif tLAST_ID, #define TOKEN2ID(n) id##n = ((t##n<<ID_SCOPE_SHIFT)|ID_LOCAL) +#if SUPPORT_JOKE + TOKEN2ID(Bitblt), + TOKEN2ID(Answer), +#endif TOKEN2ID(Intern), TOKEN2ID(MethodMissing), TOKEN2ID(Length), @@ -107,11 +111,7 @@ enum ruby_method_ids { TOKEN2ID(Lambda), TOKEN2ID(Send), TOKEN2ID(__send__), - TOKEN2ID(Initialize), -#if SUPPORT_JOKE - TOKEN2ID(Bitblt), - TOKEN2ID(Answer), -#endif + TOKEN2ID(Initialize) }; #endif /* RUBY_ID_H */ |
