From 7a05e1ead3088b1b5be3cd497432cdc93c8f5352 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 5 Sep 2009 05:37:11 +0000 Subject: * compile.c (FIXNUM_OR): typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.c') diff --git a/compile.c b/compile.c index 161c3d20de..55edd01898 100644 --- a/compile.c +++ b/compile.c @@ -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 { -- cgit v1.2.3