From 7406260aed6598b4e2769b22c3a1532da85dbe7a Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 16 Jul 2003 07:11:30 +0000 Subject: * eval.c (rb_disable_super, rb_enable_super): deprecate. * eval.c (thgroup_s_alloc): re-implement group struct. * eval.c (thgroup_add): add check for enclose and frozen status. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- node.h | 1 - 1 file changed, 1 deletion(-) (limited to 'node.h') diff --git a/node.h b/node.h index a8cf320f05..e335c8dfc4 100644 --- a/node.h +++ b/node.h @@ -346,7 +346,6 @@ typedef struct RNode { #define NOEX_MASK 6 #define NOEX_UNDEF NOEX_NOSUPER -#define NOEX_CFUNC NOEX_NOSUPER NODE *rb_compile_cstr _((const char*, const char*, int, int)); NODE *rb_compile_string _((const char*, VALUE, int)); -- cgit v1.2.3