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:
035349a
)
fix typo.
author
Nick Clifton
<nickc@redhat.com>
Fri, 12 Nov 1999 15:39:46 +0000
(15:39 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Fri, 12 Nov 1999 15:39:46 +0000
(15:39 +0000)
gas/macro.c
patch
|
blob
|
history
diff --git
a/gas/macro.c
b/gas/macro.c
index 1c33de3a229df11deb045f4c8afd1433d7213812..7407f1d11495a3a57895408571ab11a14a630432 100644
(file)
--- a/
gas/macro.c
+++ b/
gas/macro.c
@@
-246,7
+246,7
@@
buffer_and_nest (from, to, ptr, get_line)
if (ptr->ptr[i] == '.')
i++;
if (strncasecmp (ptr->ptr + i, from, from_len) == 0
- && (ptr->len == (i + from_len
|| ! isalnum (ptr->ptr[i + from_len])
)))
+ && (ptr->len == (i + from_len
) || ! isalnum (ptr->ptr[i + from_len]
)))
depth++;
if (strncasecmp (ptr->ptr + i, to, to_len) == 0
&& (ptr->len == (i + to_len) || ! isalnum (ptr->ptr[i + to_len])))