mirror of https://github.com/ecmwf/eccodes.git
Merge pull request #58 from jdkloe/develop
add patch to src/grib_api_internal.h
This commit is contained in:
commit
b301c5b531
|
@ -40,9 +40,9 @@ extern "C" {
|
||||||
|
|
||||||
#if IS_BIG_ENDIAN
|
#if IS_BIG_ENDIAN
|
||||||
#if GRIB_MEM_ALIGN
|
#if GRIB_MEM_ALIGN
|
||||||
#define FAST_BIG_ENDIAN 0
|
|
||||||
#else
|
|
||||||
#define FAST_BIG_ENDIAN 1
|
#define FAST_BIG_ENDIAN 1
|
||||||
|
#else
|
||||||
|
#define FAST_BIG_ENDIAN 0
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue