summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorTatsuhiko Kubo <[email protected]>2015-01-03 22:56:36 +0900
committerTatsuhiko Kubo <[email protected]>2015-01-03 22:56:36 +0900
commitdae42ffe54b3b2e3f49c53a0d5235a3ee17f4894 (patch)
treebbcd596c57eb90fe3601f750b5246d398afaf6d5 /tools
parent465ce1e52846cb0ab2ce711692e376b9cf027e66 (diff)
downloadmruby-dae42ffe54b3b2e3f49c53a0d5235a3ee17f4894.tar.gz
mruby-dae42ffe54b3b2e3f49c53a0d5235a3ee17f4894.zip
Removed duplicated declarations.
* `mrb_show_version()` * `mrb_show_copyright()`
Diffstat (limited to 'tools')
-rw-r--r--tools/mrbc/mrbc.c10
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;