]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
treetree.c (build_stmt): Remove VPARAMS.
authorNathan Sidwell <nathan@codesourcery.com>
Wed, 18 Jun 2003 14:20:45 +0000 (14:20 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 18 Jun 2003 14:20:45 +0000 (14:20 +0000)
* treetree.c (build_stmt): Remove VPARAMS.
(pedwarn_c99): Likewise.

From-SVN: r68154

gcc/treelang/ChangeLog
gcc/treelang/treetree.c

index e74996778076c6b457fb605c55c6a1c77570087f..a9003784e0140149ab37f5ae47d095e388d51e38 100644 (file)
@@ -1,3 +1,8 @@
+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.
index bbc0c3fa66db0c933355907e1c73e722c065a13a..11f59d0efceb30526837e1124b1ae9596610f22b 100644 (file)
@@ -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;
 }