diff options
| author | arton <[email protected]> | 2013-04-28 15:31:50 +0900 |
|---|---|---|
| committer | arton <[email protected]> | 2013-04-28 15:31:50 +0900 |
| commit | 513bce35f686aae6e05b92ebbd44dffc8540ea75 (patch) | |
| tree | a87ff38785668adc57dc476dab85ee5ff976a36a /src/class.c | |
| parent | 5c68195c88ed45164373b0ca435a7be2421dcc7c (diff) | |
| download | mruby-513bce35f686aae6e05b92ebbd44dffc8540ea75.tar.gz mruby-513bce35f686aae6e05b92ebbd44dffc8540ea75.zip | |
add extern funcs declaration and casts for cimpiling C++ compiler
Diffstat (limited to 'src/class.c')
| -rwxr-xr-x[-rw-r--r--] | src/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class.c b/src/class.c index 40335e039..0a29c3f63 100644..100755 --- a/src/class.c +++ b/src/class.c @@ -837,7 +837,7 @@ mrb_mod_included_modules(mrb_state *mrb, mrb_value self) return result; } -mrb_value class_instance_method_list(mrb_state*, int, struct RClass*, int); +mrb_value class_instance_method_list(mrb_state*, mrb_bool, struct RClass*, int); /* 15.2.2.4.33 */ /* |
