From dcb87e5cf4429a42408e7cb5790f6721efa344fa Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 29 May 2000 20:25:14 +0000 Subject: [PATCH] Minor formatting tweak to make synchronisation easier. --- gas/input-scrub.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gas/input-scrub.c b/gas/input-scrub.c index ecbdaef..2bc2b4a 100644 --- a/gas/input-scrub.c +++ b/gas/input-scrub.c @@ -267,7 +267,7 @@ input_scrub_include_sb (from, position, is_expansion) int is_expansion; { if (macro_nest > max_macro_nest) - as_fatal (_("buffers nested too deeply")); + as_fatal (_("macros nested too deeply")); ++macro_nest; #ifdef md_macro_start @@ -312,7 +312,8 @@ input_scrub_next_buffer (bufp) if (sb_index >= from_sb.len) { sb_kill (&from_sb); - if (from_sb_is_expansion) + if (from_sb_is_expansion + ) { cond_finish_check (macro_nest); #ifdef md_macro_end -- 2.7.4