aboutsummaryrefslogtreecommitdiff
path: root/libiberty/cplus-dem.c
diff options
context:
space:
mode:
authorAndrew Haley <aph@cygnus.com>2000-07-07 13:50:49 +0000
committerAndrew Haley <aph@gcc.gnu.org>2000-07-07 13:50:49 +0000
commit6d0be3693d2706fe395af6ac4bd092ab2dd90c4a (patch)
treeeecb58d0deaf76e51e00dcf067d948f1043a7ee0 /libiberty/cplus-dem.c
parenta12cf6504261855228d6e8862344edb5ada5cff6 (diff)
downloadgcc-6d0be3693d2706fe395af6ac4bd092ab2dd90c4a.zip
gcc-6d0be3693d2706fe395af6ac4bd092ab2dd90c4a.tar.gz
gcc-6d0be3693d2706fe395af6ac4bd092ab2dd90c4a.tar.bz2
cplus-dem.c (main): fflush() after emitting last char before waiting for input.
2000-07-07 Andrew Haley <aph@cygnus.com> * cplus-dem.c (main): fflush() after emitting last char before waiting for input. From-SVN: r34902
Diffstat (limited to 'libiberty/cplus-dem.c')
-rw-r--r--libiberty/cplus-dem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/cplus-dem.c b/libiberty/cplus-dem.c
index 44d1196..81ebbfc 100644
--- a/libiberty/cplus-dem.c
+++ b/libiberty/cplus-dem.c
@@ -4772,6 +4772,7 @@ main (argc, argv)
if (c == EOF)
break;
putchar (c);
+ fflush (stdout);
}
}