mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* m4/c-strtod.m4 (gl_C_STRTOLD): Remove AC_LIBOBJ invocation. * modules/c-strtold (Makefile.am): Augment lib_SOURCES.
29 lines
314 B
Plaintext
29 lines
314 B
Plaintext
Description:
|
|
Convert string to long double in C locale.
|
|
|
|
Files:
|
|
lib/c-strtod.h
|
|
lib/c-strtod.c
|
|
lib/c-strtold.c
|
|
m4/c-strtod.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
locale
|
|
strdup-posix
|
|
|
|
configure.ac:
|
|
gl_C_STRTOLD
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += c-strtold.c
|
|
|
|
Include:
|
|
"c-strtod.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|