mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
32e799db48
commit
83627b120c
9 changed files with 1810 additions and 1829 deletions
4
node.h
4
node.h
|
|
@ -331,8 +331,8 @@ VALUE rb_method_booundp();
|
|||
#define NOEX_PRIVATE 2
|
||||
#define NOEX_PROTECTED 4
|
||||
|
||||
NODE *rb_compile_cstr _((const char*, const char*, int));
|
||||
NODE *rb_compile_string _((const char*, VALUE));
|
||||
NODE *rb_compile_cstr _((const char*, const char*, int, int));
|
||||
NODE *rb_compile_string _((const char*, VALUE, int));
|
||||
NODE *rb_compile_file _((const char*, VALUE, int));
|
||||
|
||||
void rb_add_method _((VALUE, ID, NODE *, int));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue