Commit 5056a29d authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Remove notice of early version

parent 56b5356f
...@@ -215,9 +215,7 @@ cleanup(mrb_state *mrb, struct _args *args) ...@@ -215,9 +215,7 @@ cleanup(mrb_state *mrb, struct _args *args)
static void static void
print_hint(void) print_hint(void)
{ {
printf("mirb - Embeddable Interactive Ruby Shell\n"); printf("mirb - Embeddable Interactive Ruby Shell\n\n");
printf("\nThis is a very early version, please test and report errors.\n");
printf("Thanks :)\n\n");
} }
/* Print the command line prompt of the REPL */ /* Print the command line prompt of the REPL */
......
...@@ -24,9 +24,7 @@ mrb_init_mrbtest(mrb_state *); ...@@ -24,9 +24,7 @@ mrb_init_mrbtest(mrb_state *);
static void static void
print_hint(void) print_hint(void)
{ {
printf("mrbtest - Embeddable Ruby Test\n"); printf("mrbtest - Embeddable Ruby Test\n\n");
printf("\nThis is a very early version, please test and report errors.\n");
printf("Thanks :)\n\n");
} }
static int static int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment