diff options
Diffstat (limited to 'env.h')
-rw-r--r-- | env.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |