#if 0 one; it's not used.

This commit is contained in:
thorpej 2002-04-09 01:55:48 +00:00
parent b07be1ff9d
commit 7c1988dc5f
1 changed files with 3 additions and 1 deletions

View File

@ -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)