mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove notice of early version
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user