]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Minor formatting tweak to make synchronisation easier.
authorNick Clifton <nickc@redhat.com>
Mon, 29 May 2000 20:25:14 +0000 (20:25 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 29 May 2000 20:25:14 +0000 (20:25 +0000)
gas/input-scrub.c

index ecbdaef7fda5946b2491ba68791c5a939bcac396..2bc2b4a4865290407712061b1c2a6549513907c1 100644 (file)
@@ -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