1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

* stdlib/strtold.c (STRTOF): Set to strtold, not __strtold.

(strtold): Remove weak alias.
	* stdlib/strtof.c (STRTOF): Set to strtof, not __strtof.
	(strtof): Remove weak alias.
This commit is contained in:
Roland McGrath
1995-03-16 07:21:33 +00:00
parent f0bf9cb92c
commit c45e5aa9a4
3 changed files with 6 additions and 6 deletions

View File

@ -3,11 +3,9 @@
#define FLOAT float
#define FLT FLT
#define STRTOF __strtof
#define STRTOF strtof
#define MPN2FLOAT __mpn_construct_float
#define FLOAT_HUGE_VAL HUGE_VALf
#define IMPLICIT_ONE 1
#include "strtod.c"
weak_alias (__strtof, strtof)