]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Convert K&R prototypes to ISO C90.
authorAndreas Jaeger <aj@suse.de>
Sun, 17 Aug 2003 10:28:42 +0000 (12:28 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Sun, 17 Aug 2003 10:28:42 +0000 (12:28 +0200)
From-SVN: r70516

gcc/ChangeLog
gcc/config/ia64/ia64-c.c

index 3f147d7d6a06e2ec455321d73070a926775b134a..21a69b2a0a3d4a91ea1fd70c187cddb3d3d662e5 100644 (file)
@@ -15,6 +15,7 @@
        * config/s390/s390.c: Likewise.
        * config/ia64/ia64.c: Likewse
        * config/ia64/ia64-protos.h: Likewise.
+       * config/ia64/ia64-c.c: Likewise.
 
 2003-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
index b95c21d4d9b62d7cadde65a11d083b5f34db9f52..422fc865b2a25fe818ae2b8c8094304f0a1eab33 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of C specific functions for GNU compiler.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
    Contributed by Steve Ellcey <sje@cup.hp.com>
 
 This file is part of GCC.
@@ -30,11 +30,10 @@ Boston, MA 02111-1307, USA.  */
 #include "toplev.h"
 #include "tm_p.h"
 
-static void ia64_hpux_add_pragma_builtin PARAMS ((tree func));
+static void ia64_hpux_add_pragma_builtin (tree func);
 
 void
-ia64_hpux_handle_builtin_pragma (pfile)
-       cpp_reader *pfile ATTRIBUTE_UNUSED;
+ia64_hpux_handle_builtin_pragma (cpp_reader *pfile ATTRIBUTE_UNUSED)
 {
   /* #pragma builtin name, name, name */
 
@@ -173,8 +172,7 @@ static const c89_mathlib_names c89_mathlib_name_list [] =
 };
 
 static void
-ia64_hpux_add_pragma_builtin (func)
-       tree func;
+ia64_hpux_add_pragma_builtin (tree func)
 {
   size_t i;