diff options
author | Nick Clifton <nickc@redhat.com> | 2000-05-29 20:25:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-05-29 20:25:14 +0000 |
commit | dcb87e5cf4429a42408e7cb5790f6721efa344fa (patch) | |
tree | eaa731816801a1f6c752eadda6e3108de964cdf1 /gas | |
parent | 992403b686bf67c01e7d8d43e45ef9699f9a6d64 (diff) | |
download | gdb-dcb87e5cf4429a42408e7cb5790f6721efa344fa.zip gdb-dcb87e5cf4429a42408e7cb5790f6721efa344fa.tar.gz gdb-dcb87e5cf4429a42408e7cb5790f6721efa344fa.tar.bz2 |
Minor formatting tweak to make synchronisation easier.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/input-scrub.c | 5 |
1 files 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 |