1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-17 09:06:50 +02:00

Sync with gnulib.

This commit is contained in:
Jim Meyering
2003-10-15 07:26:01 +00:00
parent 3cb9191034
commit 7edceab01c
2 changed files with 4 additions and 2 deletions
-2
View File
@@ -450,8 +450,6 @@ humblock (char const *spec, uintmax_t *block_size, int *options)
"eEgGkKmMpPtTyYzZ0");
if (e != LONGINT_OK)
return e;
if (*ptr)
return LONGINT_INVALID_SUFFIX_CHAR;
for (; ! ('0' <= *spec && *spec <= '9'); spec++)
if (spec == ptr)
{
+4
View File
@@ -30,4 +30,8 @@
#define __strtol strtoimax
#define __strtol_t intmax_t
#define __xstrtol xstrtoimax
#ifdef INTMAX_MAX
# define STRTOL_T_MINIMUM INTMAX_MIN
# define STRTOL_T_MAXIMUM INTMAX_MAX
#endif
#include "xstrtol.c"