commit bash-4.2-alpha snapshot

This commit is contained in:
Chet Ramey
2011-12-12 22:09:35 -05:00
parent e05be32def
commit 06dff54a99
93 changed files with 32083 additions and 13616 deletions
+4
View File
@@ -77,6 +77,8 @@ static const unsigned long long int maxquad = ULLONG_MAX;
# define ULLONG_MAX maxquad
#endif
#if !defined (INTMAX_MAX) || !defined (INTMAX_MIN)
#if SIZEOF_INTMAX_T == SIZEOF_LONG_LONG
# define INTMAX_MAX LLONG_MAX
# define INTMAX_MIN LLONG_MIN
@@ -88,6 +90,8 @@ static const unsigned long long int maxquad = ULLONG_MAX;
# define INTMAX_MIN INT_MIN
#endif
#endif
#ifndef SSIZE_MAX
# define SSIZE_MAX 32767 /* POSIX minimum max */
#endif