summaryrefslogtreecommitdiffstats
path: root/node.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-16 07:11:30 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-16 07:11:30 +0000
commit36c57623d822d3e524fabf094a514b2262c44be4 (patch)
treeddb494cb3bbba681c83ae0bed6828273df28cff7 /node.h
parent2297131e11699025cafc4edca957aa7a94bb4a81 (diff)
downloadruby-36c57623d822d3e524fabf094a514b2262c44be4.tar.gz
ruby-36c57623d822d3e524fabf094a514b2262c44be4.tar.xz
ruby-36c57623d822d3e524fabf094a514b2262c44be4.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@4076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'node.h')
-rw-r--r--node.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.h b/node.h
index a8cf320f0..e335c8dfc 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));