mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* eval.c (rb_mod_define_method): should have clear method cache.
* eval.c (rb_mod_define_method): should have raised exception for type error. * ruby.h: changed "extern INLINE" to "static inline". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2559f0d90d
commit
b60a365763
10 changed files with 124 additions and 40 deletions
1
util.c
1
util.c
|
@ -16,7 +16,6 @@
|
|||
#include "missing/file.h"
|
||||
#endif
|
||||
|
||||
#define INLINE_DEFINE
|
||||
#include "ruby.h"
|
||||
|
||||
#include "util.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue