1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-16 00:36:08 +02:00

merge with 1.11.d

This commit is contained in:
Jim Meyering
1995-03-21 01:43:35 +00:00
parent 429a8df30a
commit c70ee3bf4a
2 changed files with 2 additions and 1 deletions

View File

@@ -100,7 +100,7 @@ memchr (s, c, n)
charmask = c | (c << 8);
charmask |= charmask << 16;
#if LONG_MAX > LONG_MAX_32_BITS
charmask |= charmask << 32;
charmask |= charmask << 32;
#endif
/* Instead of the traditional loop which tests each character,

View File

@@ -49,6 +49,7 @@ strtol_error
break; \
\
case LONGINT_OVERFLOW: \
/* FIXME: make this message dependent on STRING_TO_UNSIGNED */\
error ((exit_code), 0, "%s `%s' larger than maximum long int",\
(argument_type_string), (str)); \
break; \