* longlong.h (__udiv_qrnnd): Remove PARAMS from prototype.

From-SVN: r57787
This commit is contained in:
Jakub Jelinek 2002-10-03 22:39:08 +02:00 committed by Jakub Jelinek
parent 5bbcd587a2
commit 429489e54f
2 changed files with 5 additions and 1 deletions

View 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> 2002-10-03 Jakub Jelinek <jakub@redhat.com>
* gcc.c (print_multi_os_directory): New variable. * gcc.c (print_multi_os_directory): New variable.

View file

@ -124,7 +124,7 @@
(q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \ (q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \
(r) = __r; \ (r) = __r; \
} while (0) } while (0)
extern UDItype __udiv_qrnnd PARAMS ((UDItype *, UDItype, UDItype, UDItype)); extern UDItype __udiv_qrnnd (UDItype *, UDItype, UDItype, UDItype);
#define UDIV_TIME 220 #define UDIV_TIME 220
#endif /* LONGLONG_STANDALONE */ #endif /* LONGLONG_STANDALONE */
#ifdef __alpha_cix__ #ifdef __alpha_cix__