mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[svn-r7872] Purpose:
New macro Description: Introduce LLONG_MIN macro to match LLONG_MAX macro Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
This commit is contained in:
parent
f749d46787
commit
59e9042d5a
@ -434,6 +434,7 @@
|
||||
#ifndef LLONG_MAX
|
||||
# define LLONG_MAX ((long_long)(((unsigned long_long)1 \
|
||||
<<(8*sizeof(long_long)-1))-1))
|
||||
# define LLONG_MIN ((long_long)(-LLONG_MAX)-1)
|
||||
# define ULLONG_MAX ((unsigned long_long)((long_long)(-1)))
|
||||
#endif
|
||||
#ifndef SIZET_MAX
|
||||
|
Loading…
x
Reference in New Issue
Block a user