mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Init functions don't need ID caches
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
255adda52f
commit
876bfc6b4e
9 changed files with 38 additions and 14 deletions
2
error.c
2
error.c
|
@ -1856,7 +1856,7 @@ Init_Exception(void)
|
|||
|
||||
rb_eLoadError = rb_define_class("LoadError", rb_eScriptError);
|
||||
/* the path failed to load */
|
||||
rb_attr(rb_eLoadError, rb_intern("path"), 1, 0, Qfalse);
|
||||
rb_attr(rb_eLoadError, rb_intern_const("path"), 1, 0, Qfalse);
|
||||
|
||||
rb_eNotImpError = rb_define_class("NotImplementedError", rb_eScriptError);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue