* 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 5e9e073..fa51788 100644 (file)
@@ -1,5 +1,9 @@
 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.
        (option_map): Support --print-multi-os-directory.
        (struct prefix_list): Add os_multilib field.
index 83ce965..b886f2b 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__