diff options
| author | Tomoyuki Sahara <[email protected]> | 2013-03-13 09:56:02 +0900 |
|---|---|---|
| committer | Tomoyuki Sahara <[email protected]> | 2013-03-13 09:56:02 +0900 |
| commit | b67fb972f4a2dbc0f799bf71d1ef1c7b959fb3c2 (patch) | |
| tree | 2e05af92845e8954fda7d5a156ce86ff32c63055 /tools/mirb | |
| parent | 7103e032746df1b4359f6e6a6bb117ad7a434aa1 (diff) | |
| parent | 2134d6b4273988c06eadeea737c8cd425550e572 (diff) | |
| download | mruby-b67fb972f4a2dbc0f799bf71d1ef1c7b959fb3c2.tar.gz mruby-b67fb972f4a2dbc0f799bf71d1ef1c7b959fb3c2.zip | |
Merge branch 'master' into pr-systemcallerror
Diffstat (limited to 'tools/mirb')
| -rw-r--r-- | tools/mirb/mirb.c | 3 |
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"); |
