From 588d870234b9b7143fbb0b5927cc80bfdaca219b Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 18 Feb 2008 05:33:01 +0000 Subject: * include/ruby/node.h (NODE_FL_NEWLINE): renamed from NODE_NEWLINE to denote its a flag. [ruby-core:15529] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15537 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 ca4b28b66c..99e2ecebd0 100644 --- a/compile.c +++ b/compile.c @@ -2676,7 +2676,7 @@ iseq_compile_each(rb_iseq_t *iseq, LINK_ANCHOR *ret, NODE * node, int poped) type = nd_type(node); - if (node->flags & NODE_NEWLINE) { + if (node->flags & NODE_FL_NEWLINE) { ADD_TRACE(ret, nd_line(node), RUBY_EVENT_LINE); } -- cgit v1.2.3