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

ruby-changes:48138

From: tarui <ko1@a...>
Date: Sat, 21 Oct 2017 19:26:35 +0900 (JST)
Subject: [ruby-changes:48138] tarui:r60252 (trunk): fix comment abount IMEMO_FL_USHIFT

tarui	2017-10-21 19:26:31 +0900 (Sat, 21 Oct 2017)

  New Revision: 60252

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60252

  Log:
    fix comment abount IMEMO_FL_USHIFT

  Modified files:
    trunk/internal.h
Index: internal.h
===================================================================
--- internal.h	(revision 60251)
+++ internal.h	(revision 60252)
@@ -869,7 +869,7 @@ imemo_type_p(VALUE imemo, enum imemo_typ https://github.com/ruby/ruby/blob/trunk/internal.h#L869
     }
 }
 
-/* FL_USER0 to FL_USER2 is for type */
+/* FL_USER0 to FL_USER3 is for type */
 #define IMEMO_FL_USHIFT (FL_USHIFT + 4)
 #define IMEMO_FL_USER0 FL_USER4
 #define IMEMO_FL_USER1 FL_USER5

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

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