[svn-r1075] Fixed a typo of a missing ;

This commit is contained in:
Albert Cheng 1999-02-17 13:55:15 -05:00
parent 04fd81482d
commit 9db8b51bda

View File

@ -270,7 +270,7 @@
#if SIZEOF_INT32_T>=4
#elif SIZEOF_SHORT>=4
typedef short int32_t
typedef short int32_t;
# undef SIZEOF_INT32_T
# define SIZEOF_INT32_T SIZEOF_SHORT
#elif SIZEOF_INT>=4