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

ruby-changes:13015

From: nobu <ko1@a...>
Date: Sat, 5 Sep 2009 14:40:33 +0900 (JST)
Subject: [ruby-changes:13015] Ruby:r24760 (trunk): * compile.c (FIXNUM_OR): typo.

nobu	2009-09-05 14:37:11 +0900 (Sat, 05 Sep 2009)

  New Revision: 24760

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

  Log:
    * compile.c (FIXNUM_OR): typo.

  Modified files:
    trunk/compile.c

Index: compile.c
===================================================================
--- compile.c	(revision 24759)
+++ compile.c	(revision 24760)
@@ -20,7 +20,7 @@
 
 #define numberof(array) (int)(sizeof(array) / sizeof((array)[0]))
 #define FIXNUM_INC(n, i) ((n)+(INT2FIX(i)&~FIXNUM_FLAG))
-#define FIXNUM_OR(n, x) ((n)|INT2FIX(i))
+#define FIXNUM_OR(n, i) ((n)|INT2FIX(i))
 
 typedef struct iseq_link_element {
     enum {

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

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