#if 0 one; it's not used.
This commit is contained in:
parent
b07be1ff9d
commit
7c1988dc5f
|
@ -15,17 +15,19 @@
|
|||
|
||||
#include <sys/cdefs.h>
|
||||
#if defined(LIBM_SCCS) && !defined(lint)
|
||||
__RCSID("$NetBSD: s_cosf.c,v 1.6 1999/07/02 15:37:42 simonb Exp $");
|
||||
__RCSID("$NetBSD: s_cosf.c,v 1.7 2002/04/09 01:55:48 thorpej Exp $");
|
||||
#endif
|
||||
|
||||
#include "math.h"
|
||||
#include "math_private.h"
|
||||
|
||||
#if 0
|
||||
#ifdef __STDC__
|
||||
static const float one=1.0;
|
||||
#else
|
||||
static float one=1.0;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __STDC__
|
||||
float cosf(float x)
|
||||
|
|
Loading…
Reference in New Issue