Commit b35893ee authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #1689 from Bovi-Li/remove-notice

Remove *very early version* notice
parents 0947aefa 5056a29d
......@@ -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 */
......
......@@ -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
......
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