Commit 3f94eee6 by Jason Merrill

typo

From-SVN: r29482
parent f75e8946
...@@ -641,7 +641,7 @@ scan_linker_output (fname) ...@@ -641,7 +641,7 @@ scan_linker_output (fname)
/* We need to check for certain error keywords here, or we would /* We need to check for certain error keywords here, or we would
mistakenly use GNU ld's "In function `foo':" message. */ mistakenly use GNU ld's "In function `foo':" message. */
if (q && (strstr (oldq, "ndefined") if (q && (strstr (oldq, "ndefined")
|| strstr (old, "nresolved") || strstr (oldq, "nresolved")
|| strstr (oldq, "ultiple"))) || strstr (oldq, "ultiple")))
{ {
*q = 0; *q = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment