summaryrefslogtreecommitdiffhomepage
path: root/tools/mirb
diff options
context:
space:
mode:
authorTomoyuki Sahara <[email protected]>2013-03-13 09:56:02 +0900
committerTomoyuki Sahara <[email protected]>2013-03-13 09:56:02 +0900
commitb67fb972f4a2dbc0f799bf71d1ef1c7b959fb3c2 (patch)
tree2e05af92845e8954fda7d5a156ce86ff32c63055 /tools/mirb
parent7103e032746df1b4359f6e6a6bb117ad7a434aa1 (diff)
parent2134d6b4273988c06eadeea737c8cd425550e572 (diff)
downloadmruby-b67fb972f4a2dbc0f799bf71d1ef1c7b959fb3c2.tar.gz
mruby-b67fb972f4a2dbc0f799bf71d1ef1c7b959fb3c2.zip
Merge branch 'master' into pr-systemcallerror
Diffstat (limited to 'tools/mirb')
-rw-r--r--tools/mirb/mirb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/mirb/mirb.c b/tools/mirb/mirb.c
index e20de629d..c20c788e4 100644
--- a/tools/mirb/mirb.c
+++ b/tools/mirb/mirb.c
@@ -132,7 +132,8 @@ is_code_block_open(struct mrb_parser_state *parser)
}
/* Print a short remark for the user */
-void print_hint(void)
+static void
+print_hint(void)
{
printf("mirb - Embeddable Interactive Ruby Shell\n");
printf("\nThis is a very early version, please test and report errors.\n");