diff options
Diffstat (limited to 'gas/macro.c')
-rw-r--r-- | gas/macro.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/macro.c b/gas/macro.c index d799ba5..c2a4768 100644 --- a/gas/macro.c +++ b/gas/macro.c @@ -1046,6 +1046,8 @@ macro_expand_body (sb *in, sb *out, formal_entry *formals, loclist = f; } + if (!err && (out->len == 0 || out->ptr[out->len - 1] != '\n')) + sb_add_char (out, '\n'); return err; } |