Fix 2 vs 4 typo

This commit is contained in:
Kurt Zeilenga 1999-12-18 19:49:39 +00:00
parent e56a2a8d78
commit a3d0b9d667

View file

@ -32,7 +32,7 @@ typedef AC_INT4_TYPE ac_int4;
typedef signed AC_INT4_TYPE ac_sint4;
typedef unsigned AC_INT4_TYPE ac_uint4;
#if !defined( AC_INT4_TYPE )
#if !defined( AC_INT2_TYPE )
# if SIZEOF_SHORT == 2
# define AC_INT2_TYPE short
# elif SIZEOF_INT == 2