diff options
Diffstat (limited to 'libm/s_ceil.c')
-rw-r--r-- | libm/s_ceil.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libm/s_ceil.c b/libm/s_ceil.c index f17b31447..8616d0f54 100644 --- a/libm/s_ceil.c +++ b/libm/s_ceil.c @@ -1,4 +1,3 @@ -#if !defined(__ppc__) /* @(#)s_ceil.c 5.1 93/09/24 */ /* * ==================================================== @@ -79,4 +78,4 @@ static double huge = 1.0e300; INSERT_WORDS(x,i0,i1); return x; } -#endif /* !__ppc__ */ + |