Commit c76abc12 by Nathan Sidwell Committed by Nathan Sidwell

treetree.c (build_stmt): Remove VPARAMS.

	* treetree.c (build_stmt): Remove VPARAMS.
	(pedwarn_c99): Likewise.

From-SVN: r68154
parent 7b4a4fce
2003-06-18 Nathan Sidwell <nathan@codesourcery.com>
* treetree.c (build_stmt): Remove VPARAMS.
(pedwarn_c99): Likewise.
2003-06-15 Neil Booth <neil@daikokuya.co.uk>
* lang.opt: Declare Treelang. Update.
......
......@@ -869,7 +869,7 @@ c_lex (tree *value ATTRIBUTE_UNUSED)
/* Should not be called for treelang. */
tree
build_stmt VPARAMS ((enum tree_code code ATTRIBUTE_UNUSED, ...))
build_stmt (enum tree_code code ATTRIBUTE_UNUSED, ...)
{
abort ();
}
......@@ -893,7 +893,7 @@ build_return_stmt (tree expr ATTRIBUTE_UNUSED)
/* C warning, ignore. */
void
pedwarn_c99 VPARAMS ((const char *msgid ATTRIBUTE_UNUSED, ...))
pedwarn_c99 (const char *msgid ATTRIBUTE_UNUSED, ...)
{
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