Commit ea80ee44 by Richard Stallman

(assemble_variable): Change error message for unknown size.

From-SVN: r1822
parent a7f64d52
......@@ -719,7 +719,7 @@ assemble_variable (decl, top_level, at_end)
{
error_with_file_and_line (DECL_SOURCE_FILE (decl),
DECL_SOURCE_LINE (decl),
"storage size of static var `%s' isn't known",
"storage size of `%s' isn't known",
IDENTIFIER_POINTER (DECL_NAME (decl)));
return;
}
......
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