From 4e2fd00791c2909ca37e89b2ed3b7a4b6f691082 Mon Sep 17 00:00:00 2001 From: Teddy Date: Sun, 18 Aug 2013 12:30:04 +0800 Subject: fflush in display --- builtin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'builtin.cpp') diff --git a/builtin.cpp b/builtin.cpp index 1061478..5e7bc4a 100644 --- a/builtin.cpp +++ b/builtin.cpp @@ -1600,5 +1600,6 @@ BUILTIN_PROC_DEF(set_gc_resolve_threshold) { BUILTIN_PROC_DEF(display) { ARGS_EXACTLY_ONE; printf("%s", args->car->ext_repr().c_str()); + fflush(stdout); return unspec_obj; } -- cgit v1.2.3