mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-31 23:43:37 +02:00
commit bash-4.2-alpha snapshot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user