* longlong.h (__udiv_qrnnd): Remove PARAMS from prototype.
authorJakub Jelinek <jakub@redhat.com>
Thu, 3 Oct 2002 20:39:08 +0000 (22:39 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 3 Oct 2002 20:39:08 +0000 (22:39 +0200)
From-SVN: r57787

gcc/ChangeLog
gcc/longlong.h

index 5e9e0737fa8af5ca2652e9d57ba24d76aff64232..fa51788d6d31eb809360df76a3a00e0e9387ce68 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-03  Jakub Jelinek  <jakub@redhat.com>
+
+       * longlong.h (__udiv_qrnnd): Remove PARAMS from prototype.
+
 2002-10-03  Jakub Jelinek  <jakub@redhat.com>
 
        * gcc.c (print_multi_os_directory): New variable.
index 83ce96564b6c5ecc6af66afd0e476096af4d3a54..b886f2bdc8d3759ef6c58b55ee29f30a5aa4bdf4 100644 (file)
     (q) = __udiv_qrnnd (&__r, (n1), (n0), (d));                                \
     (r) = __r;                                                         \
   } while (0)
-extern UDItype __udiv_qrnnd PARAMS ((UDItype *, UDItype, UDItype, UDItype));
+extern UDItype __udiv_qrnnd (UDItype *, UDItype, UDItype, UDItype);
 #define UDIV_TIME 220
 #endif /* LONGLONG_STANDALONE */
 #ifdef __alpha_cix__