|
@@ -1,21 +1,8 @@
|
|
-/* Copyright (C) 2003 Manuel Novoa III
|
|
+/*
|
|
|
|
+ * Copyright (C) 2003-2006 Manuel Novoa III
|
|
*
|
|
*
|
|
- * This library is free software; you can redistribute it and/or
|
|
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
|
|
- * modify it under the terms of the GNU Lesser General Public
|
|
|
|
- * License as published by the Free Software Foundation; either
|
|
|
|
- * version 2.1 of the License, or (at your option) any later version.
|
|
|
|
- *
|
|
|
|
- * The GNU C Library is distributed in the hope that it will be useful,
|
|
|
|
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
- * Lesser General Public License for more details.
|
|
|
|
- *
|
|
|
|
- * You should have received a copy of the GNU Lesser General Public
|
|
|
|
- * License along with the GNU C Library; if not, write to the Free
|
|
|
|
- * Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
|
|
|
- * 02111-1307 USA.
|
|
|
|
*/
|
|
*/
|
|
-
|
|
|
|
/* Define a maximal floating point type, and the associated constants
|
|
/* Define a maximal floating point type, and the associated constants
|
|
* that are defined for the floating point types in float.h.
|
|
* that are defined for the floating point types in float.h.
|
|
*
|
|
*
|
|
@@ -114,8 +101,8 @@ extern __fpmax_t __wcstofpmax(const wchar_t *wcs, wchar_t **endptr,
|
|
extern __fpmax_t __wcstofpmax_l(const wchar_t *wcs, wchar_t **endptr,
|
|
extern __fpmax_t __wcstofpmax_l(const wchar_t *wcs, wchar_t **endptr,
|
|
int exp_adjust, __locale_t locale_arg) attribute_hidden;
|
|
int exp_adjust, __locale_t locale_arg) attribute_hidden;
|
|
#endif
|
|
#endif
|
|
-#endif /* _LIBC */
|
|
|
|
#endif /* __UCLIBC_HAS_WCHAR__ */
|
|
#endif /* __UCLIBC_HAS_WCHAR__ */
|
|
|
|
+#endif /* _LIBC */
|
|
|
|
|
|
/* The following checks in an __fpmax_t is either 0 or +/- infinity.
|
|
/* The following checks in an __fpmax_t is either 0 or +/- infinity.
|
|
*
|
|
*
|