diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-01-03 23:02:43 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-01-03 23:02:43 +0900 |
| commit | 3c41ad4018b1a230ea3d2a94932853909a274657 (patch) | |
| tree | bbcd596c57eb90fe3601f750b5246d398afaf6d5 /tools | |
| parent | 465ce1e52846cb0ab2ce711692e376b9cf027e66 (diff) | |
| parent | dae42ffe54b3b2e3f49c53a0d5235a3ee17f4894 (diff) | |
| download | mruby-3c41ad4018b1a230ea3d2a94932853909a274657.tar.gz mruby-3c41ad4018b1a230ea3d2a94932853909a274657.zip | |
Merge pull request #2693 from cubicdaiya/remove-duplicate-declarations
Removed duplicated declarations.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/mrbc/mrbc.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/mrbc/mrbc.c b/tools/mrbc/mrbc.c index 52e762a50..b51cc4da7 100644 --- a/tools/mrbc/mrbc.c +++ b/tools/mrbc/mrbc.c @@ -9,16 +9,6 @@ #define RITEBIN_EXT ".mrb" #define C_EXT ".c" -#if defined(__cplusplus) -extern "C" { -void mrb_show_version(mrb_state *); -void mrb_show_copyright(mrb_state *); -} -#else -void mrb_show_version(mrb_state *); -void mrb_show_copyright(mrb_state *); -#endif - struct mrbc_args { int argc; char **argv; |
