From 624c91d1e725c92408498f156f6f237dda3e71a9 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 5 Dec 1995 22:28:25 +0000 Subject: * read.c (s_fill): If md_flush_pending_output is defined, call it. --- gas/read.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gas/read.c') diff --git a/gas/read.c b/gas/read.c index 33ad5af..23ab596 100644 --- a/gas/read.c +++ b/gas/read.c @@ -1490,6 +1490,9 @@ s_fill (ignore) register long temp_fill = 0; char *p; +#ifdef md_flush_pending_output + md_flush_pending_output (); +#endif temp_repeat = get_absolute_expression (); if (*input_line_pointer == ',') -- cgit v1.1