From c1ed1235d7943e118f65f6fd906be98113b16df5 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 2 Jun 2003 15:03:20 +0000 Subject: * macro.c (sub_actual): Don't lose string if it turns out that &string wasn't an arg. --- gas/macro.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gas/macro.c') diff --git a/gas/macro.c b/gas/macro.c index 469ca80..b0b7ec2 100644 --- a/gas/macro.c +++ b/gas/macro.c @@ -637,6 +637,7 @@ sub_actual (start, in, t, formal_hash, kind, out, copyifnotthere) { /* Doing this permits people to use & in macro bodies. */ sb_add_char (out, '&'); + sb_add_sb (out, t); } else if (copyifnotthere) { -- cgit v1.1