projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
992403b
)
Minor formatting tweak to make synchronisation easier.
author
Nick Clifton
<nickc@redhat.com>
Mon, 29 May 2000 20:25:14 +0000
(20:25 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 29 May 2000 20:25:14 +0000
(20:25 +0000)
gas/input-scrub.c
patch
|
blob
|
history
diff --git
a/gas/input-scrub.c
b/gas/input-scrub.c
index ecbdaef7fda5946b2491ba68791c5a939bcac396..2bc2b4a4865290407712061b1c2a6549513907c1 100644
(file)
--- 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 (_("
buffer
s nested too deeply"));
+ as_fatal (_("
macro
s 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