From: Kurt Zeilenga Date: Sat, 18 Dec 1999 19:49:39 +0000 (+0000) Subject: Fix 2 vs 4 typo X-Git-Tag: UCDATA_2_4~70 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a3d0b9d6672c2e8fb89120648bdcb63b1aa0fdd0;p=openldap Fix 2 vs 4 typo --- diff --git a/include/ac/bytes.h b/include/ac/bytes.h index 10398c38be..9ada125dcb 100644 --- a/include/ac/bytes.h +++ b/include/ac/bytes.h @@ -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