change repl prompt

This commit is contained in:
Yuichi Nishiwaki 2013-10-15 19:12:33 +09:00
parent 6f80f9287b
commit 266e6c6400
1 changed files with 1 additions and 1 deletions

View File

@ -71,8 +71,8 @@ main()
v = pic_run(pic, proc, pic_nil_value());
/* print */
printf("=> ");
pic_debug(pic, v);
printf("\n");
pic_gc_arena_restore(pic, ai);