Remove notice of early version

This commit is contained in:
Daniel Bovensiepen
2014-02-08 03:06:05 +08:00
parent 56b5356f6b
commit 5056a29d93
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -215,9 +215,7 @@ cleanup(mrb_state *mrb, struct _args *args)
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");
printf("Thanks :)\n\n");
printf("mirb - Embeddable Interactive Ruby Shell\n\n");
}
/* Print the command line prompt of the REPL */
+1 -3
View File
@@ -24,9 +24,7 @@ mrb_init_mrbtest(mrb_state *);
static void
print_hint(void)
{
printf("mrbtest - Embeddable Ruby Test\n");
printf("\nThis is a very early version, please test and report errors.\n");
printf("Thanks :)\n\n");
printf("mrbtest - Embeddable Ruby Test\n\n");
}
static int