projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1405d8
)
Fix typo
author
Michael Meissner
<meissner@gcc.gnu.org>
Mon, 12 Aug 1996 22:15:13 +0000
(22:15 +0000)
committer
Michael Meissner
<meissner@gcc.gnu.org>
Mon, 12 Aug 1996 22:15:13 +0000
(22:15 +0000)
From-SVN: r12629
gcc/gcc.c
patch
|
blob
|
history
diff --git
a/gcc/gcc.c
b/gcc/gcc.c
index 46ca22bc5434dd33408f014cbae249629f2a5b6d..8ab255aa563cd20edc487f048a712da878dde3cc 100644
(file)
--- a/
gcc/gcc.c
+++ b/
gcc/gcc.c
@@
-4890,7
+4890,7
@@
used_arg (p, len)
{
struct mswitchstr *matches;
char *q;
- int cnt =
(*multilib_matches != '\0')
;
+ int cnt =
0
;
/* Break multilib_matches into the component strings of string and replacement
string */