Minor formatting tweak to make synchronisation easier.

This commit is contained in:
Nick Clifton 2000-05-29 20:25:14 +00:00
parent 992403b686
commit dcb87e5cf4
1 changed files with 3 additions and 2 deletions

View 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