diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-03-27 07:10:58 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-03-27 07:10:58 +0000 |
commit | b60a365763c4abce061a49c2e68b1105f81fe598 (patch) | |
tree | 48db04333ba63f89121ba05c2bcdc3e765af5343 /util.c | |
parent | 2559f0d90ddf45f6cbaadc69a7a2fd7a3bfbf8a0 (diff) |
* 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
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -16,7 +16,6 @@ #include "missing/file.h" #endif -#define INLINE_DEFINE #include "ruby.h" #include "util.h" |