diff options
Diffstat (limited to 'stdlib/longlong.h')
-rw-r--r-- | stdlib/longlong.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/longlong.h b/stdlib/longlong.h index 4e41ac4a25..bc4e58d701 100644 --- a/stdlib/longlong.h +++ b/stdlib/longlong.h @@ -1170,7 +1170,6 @@ extern USItype __udiv_qrnnd (); #define UDIV_TIME (3+7*32) /* 7 instructions/iteration. 32 iterations. */ extern USItype __udiv_qrnnd __P ((USItype *, USItype, USItype, USItype)); #define UDIV_TIME 140 -#endif /* LONGLONG_STANDALONE */ #endif /* udiv_qrnnd */ #endif /* __sparc__ */ |