summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-11-21 21:57:09 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-11-21 21:57:09 (GMT)
commit59e9042d5ad22c370e29a1d41199142b2a95b89f (patch)
tree6a6b33bc18a0149b4f060cb5a76532cb2fbde976 /src/H5private.h
parentf749d4678751a43e9d1bb15a6ad6ca922c63d584 (diff)
downloadhdf5-59e9042d5ad22c370e29a1d41199142b2a95b89f.zip
hdf5-59e9042d5ad22c370e29a1d41199142b2a95b89f.tar.gz
hdf5-59e9042d5ad22c370e29a1d41199142b2a95b89f.tar.bz2
[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
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 672bba6..e0030a6 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -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