From 8630dcd2d2ca7a9201ec8317d00bd18a8db4facd Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 22 Jan 2004 08:31:33 +0000 Subject: * parse.y (opt_rescue): use NODE_ERRINFO() instead of NODE_GVAR("$!"), to avoid confusion from variable aliasing. [ruby-talk:90074] * version.c (Init_version): remove obsolete constants VERSION etc. [ruby-dev:22643] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- gc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gc.c') diff --git a/gc.c b/gc.c index b023ad229..a93900a5e 100644 --- a/gc.c +++ b/gc.c @@ -857,6 +857,7 @@ gc_mark_children(ptr, lev) case NODE_NIL: case NODE_TRUE: case NODE_FALSE: + case NODE_ERRINFO: case NODE_ATTRSET: case NODE_BLOCK_ARG: case NODE_POSTEXE: -- cgit