Work around known GCC 3.4.x problem and use ANSI prototype for dremf().
This commit is contained in:
parent
2d18d113c7
commit
dd86691ec8
@ -4,13 +4,13 @@
|
|||||||
* Written by J.T. Conklin, <jtc@wimsey.com>
|
* Written by J.T. Conklin, <jtc@wimsey.com>
|
||||||
* Placed into the Public Domain, 1994.
|
* Placed into the Public Domain, 1994.
|
||||||
*/
|
*/
|
||||||
|
/* $FreeBSD$ */
|
||||||
|
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
#include "math_private.h"
|
#include "math_private.h"
|
||||||
|
|
||||||
float
|
float
|
||||||
dremf(x, y)
|
dremf(float x, float y)
|
||||||
float x, y;
|
|
||||||
{
|
{
|
||||||
return remainderf(x, y);
|
return remainderf(x, y);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user