From 74a94622071b1ca350010e2c9dbb8ac3d02a0f1e Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 24 Oct 2008 12:50:35 +0000 Subject: * 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 --- template/id.h.tmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'template') 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<