From 765255b737235a65daea6679c4672541bb67ecb4 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 2 Feb 2001 11:38:20 +0000 Subject: * array.c (rb_ary_sort_bang): returns self, even if its length is less than 2. * eval.c (POP_VARS): propagate DVAR_DONT_RECYCLE, if SCOPE_DONT_RECYCLE of ruby_scope is set. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- env.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'env.h') diff --git a/env.h b/env.h index 7060fbec8f..2ec325efa4 100644 --- a/env.h +++ b/env.h @@ -37,7 +37,7 @@ extern struct SCOPE { struct RBasic super; ID *local_tbl; VALUE *local_vars; - int flag; + int flags; } *ruby_scope; #define SCOPE_ALLOCA 0 -- cgit v1.2.3