]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Avoid UDIV_TIME redefinition.
authorUlrich Drepper <drepper@redhat.com>
Tue, 23 Nov 1999 17:05:54 +0000 (17:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 23 Nov 1999 17:05:54 +0000 (17:05 +0000)
stdlib/longlong.h

index 37ea646b34c1db48fdc2ebb03b184b4f42225251..767053394f7cb5b0d0d2aa00344e3fbea561adc1 100644 (file)
@@ -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__ */