From f08e48e4c95a6f221cc8a2a3fe63e4dcf0ec57ce Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 23 Nov 1999 17:05:54 +0000 Subject: [PATCH] Avoid UDIV_TIME redefinition. --- stdlib/longlong.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stdlib/longlong.h b/stdlib/longlong.h index 37ea646b34c..767053394f7 100644 --- a/stdlib/longlong.h +++ b/stdlib/longlong.h @@ -1170,7 +1170,9 @@ extern USItype __udiv_qrnnd (); #define UDIV_TIME (3+7*32) /* 7 instructions/iteration. 32 iterations. */ #else extern USItype __udiv_qrnnd __P ((USItype *, USItype, USItype, USItype)); +#ifndef UDIV_TIME #define UDIV_TIME 140 +#endif /* UDIV_TIME */ #endif /* udiv_qrnnd */ #endif /* __sparc__ */ -- 2.47.2