mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Correcting an arithmetic error present in nc_test under gcc on Windows.
This commit is contained in:
parent
24a1cd0718
commit
5ebda8c08f
@ -29,7 +29,7 @@
|
||||
#define X_BYTE_MAX 127
|
||||
#define X_SHORT_MIN (-32768)
|
||||
#define X_SHORT_MAX 32767
|
||||
#define X_INT_MIN (-2147483648)
|
||||
#define X_INT_MIN (-2147483647-1)
|
||||
#define X_INT_MAX 2147483647
|
||||
#if defined(FLT_MAX_EXP) && FLT_MAX_EXP < 128
|
||||
/* FLT_MAX < X_FLOAT_MAX */
|
||||
|
Loading…
Reference in New Issue
Block a user