Fix editing error in last change.

From-SVN: r13537
This commit is contained in:
Richard Kenner 1997-01-19 22:18:33 -05:00
parent 73fef4fe21
commit a01dce9a42

View File

@ -6256,7 +6256,7 @@ start_function (declspecs, declarator, prefix_attributes, attributes, nested)
if (TYPE_MAIN_VARIANT (TREE_TYPE (TREE_TYPE (decl1)))
!= integer_type_node)
pedwarn_with_decl (fndecl, "return type of `%s' is not `int'");
pedwarn_with_decl (decl1, "return type of `%s' is not `int'");
for (args = TYPE_ARG_TYPES (TREE_TYPE (decl1)); args;
args = TREE_CHAIN (args))