Re: [-Wall] node.h for eval.c

From: nobu.nokada@...
Date: 2002-08-24 01:28:27 UTC
List: ruby-core #362
Hi,

At Sat, 24 Aug 2002 09:33:42 +0900,
Yukihiro Matsumoto wrote:
> |PS: Please also have look at: eval.c:3427: warning: unused variable
> |`cnode'. Can it be deleted or there is some bug?
> 
> I guess the variable ruby_current_node should be restored.  This fix
> is done by Nobu, so that he would check.

Sorry, it's unnecessary, since rb_eval() always restores
ruby_current_node.  I'd forgotten to remove it.

-- 
Nobu Nakada

In This Thread