* read.c (s_fill): If md_flush_pending_output is defined, call it.
This commit is contained in:
parent
211eda6694
commit
624c91d1e7
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Dec 5 13:26:34 1995 Ken Raeburn <raeburn@cygnus.com>
|
||||
|
||||
* read.c (s_fill): If md_flush_pending_output is defined, call
|
||||
it.
|
||||
|
||||
Mon Dec 4 15:10:53 1995 Ken Raeburn <raeburn@cygnus.com>
|
||||
|
||||
* config/obj-coff.c (size_section, fill_section, fixup_mdeps):
|
||||
|
|
|
@ -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 == ',')
|
||||
|
|
Loading…
Add table
Reference in a new issue