mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
rb_check_frozen has been added (ruby-core:412)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c10890f6d8
commit
056817564e
1 changed files with 2 additions and 1 deletions
3
intern.h
3
intern.h
|
@ -124,12 +124,13 @@ VALUE rb_exc_new _((VALUE, const char*, long));
|
|||
VALUE rb_exc_new2 _((VALUE, const char*));
|
||||
VALUE rb_exc_new3 _((VALUE, VALUE));
|
||||
NORETURN(void rb_loaderror __((const char*, ...)));
|
||||
NORETURN(void rb_name_error __((VALUE id, const char*, ...)));
|
||||
NORETURN(void rb_name_error __((ID, const char*, ...)));
|
||||
NORETURN(void rb_invalid_str _((const char*, const char*)));
|
||||
void rb_compile_error __((const char*, ...));
|
||||
void rb_compile_error_append __((const char*, ...));
|
||||
NORETURN(void rb_load_fail _((char*)));
|
||||
NORETURN(void rb_error_frozen _((char*)));
|
||||
void rb_check_frozen _((VALUE));
|
||||
/* eval.c */
|
||||
EXTERN struct RNode *ruby_current_node;
|
||||
void ruby_set_current_source _((void));
|
||||
|
|
Loading…
Reference in a new issue