Commit 6710c3bd by Richard Kenner

(read_specs): Make a null entry at end of `compilers' when reading new

entry from file.

From-SVN: r5615
parent d1db4961
......@@ -950,6 +950,7 @@ read_specs (filename)
sizeof compilers[n_compilers].spec);
compilers[n_compilers].spec[0] = spec;
n_compilers++;
bzero (compilers[n_compilers], sizeof compilers[n_compilers]);
}
if (*suffix == 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