mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
[svn-r1075] Fixed a typo of a missing ;
This commit is contained in:
parent
04fd81482d
commit
9db8b51bda
@ -270,7 +270,7 @@
|
|||||||
|
|
||||||
#if SIZEOF_INT32_T>=4
|
#if SIZEOF_INT32_T>=4
|
||||||
#elif SIZEOF_SHORT>=4
|
#elif SIZEOF_SHORT>=4
|
||||||
typedef short int32_t
|
typedef short int32_t;
|
||||||
# undef SIZEOF_INT32_T
|
# undef SIZEOF_INT32_T
|
||||||
# define SIZEOF_INT32_T SIZEOF_SHORT
|
# define SIZEOF_INT32_T SIZEOF_SHORT
|
||||||
#elif SIZEOF_INT>=4
|
#elif SIZEOF_INT>=4
|
||||||
|
Loading…
Reference in New Issue
Block a user