mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
+2
-1
@@ -17,7 +17,8 @@ void
|
||||
mrb_init_mrbtest(mrb_state *);
|
||||
|
||||
/* Print a short remark for the user */
|
||||
void print_hint(void)
|
||||
static void
|
||||
print_hint(void)
|
||||
{
|
||||
printf("mrbtest - Embeddable Ruby Test\n");
|
||||
printf("\nThis is a very early version, please test and report errors.\n");
|
||||
|
||||
+2
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user