1
0
Fork 0
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:
matz 2001-03-27 07:10:58 +00:00
parent 2559f0d90d
commit b60a365763
10 changed files with 124 additions and 40 deletions

1
util.c
View file

@ -16,7 +16,6 @@
#include "missing/file.h"
#endif
#define INLINE_DEFINE
#include "ruby.h"
#include "util.h"