From 58649234258a476f7cd69db41f89405e117d4b32 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 11 Mar 1998 07:33:08 +0000 Subject: gets speed up patch git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- node.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'node.h') diff --git a/node.h b/node.h index 9c29fac7f3..a8e6ddb615 100644 --- a/node.h +++ b/node.h @@ -307,12 +307,13 @@ VALUE rb_method_booundp(); #define NOEX_PUBLIC 0 #define NOEX_PRIVATE 1 +#define NOEX_UNDEF 2 +#define NOEX_CFUNC 2 NODE *compile_string _((char *, char *, int)); NODE *compile_file _((char *, VALUE, int)); void rb_add_method _((VALUE, ID, NODE *, int)); -void rb_remove_method _((VALUE, ID)); NODE *node_newnode(); enum node_type nodetype _((NODE *)); -- cgit v1.2.3