[前][次][番号順一覧][スレッド一覧]

ruby-changes:24670

From: nobu <ko1@a...>
Date: Fri, 17 Aug 2012 17:35:21 +0900 (JST)
Subject: [ruby-changes:24670] nobu:r36721 (trunk): id.h.tmpl: joke method names

nobu	2012-08-17 17:35:08 +0900 (Fri, 17 Aug 2012)

  New Revision: 36721

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36721

  Log:
    id.h.tmpl: joke method names
    
    * template/id.h.tmpl (method_ids): create also joke method names
      non-separatedly.

  Modified files:
    trunk/template/id.h.tmpl

Index: template/id.h.tmpl
===================================================================
--- template/id.h.tmpl	(revision 36720)
+++ template/id.h.tmpl	(revision 36721)
@@ -45,6 +45,8 @@
   __send__
   Initialize
   UScore
+  Bitblt
+  Answer
 ]
 %>
 #ifndef RUBY_ID_H
@@ -107,12 +109,8 @@
 % method_ids.each do |token|
     t<%=token%>,
 % end
-    tBitblt,
-    tAnswer,
     tLAST_ID,
 #define TOKEN2ID(n) id##n = ((t##n<<ID_SCOPE_SHIFT)|ID_LOCAL)
-    TOKEN2ID(Bitblt),
-    TOKEN2ID(Answer),
 % method_ids.each do |token|
     TOKEN2ID(<%=token%>),
 % end

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]