]> git.sur5r.net Git - openldap/commitdiff
Fix 2 vs 4 typo
authorKurt Zeilenga <kurt@openldap.org>
Sat, 18 Dec 1999 19:49:39 +0000 (19:49 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 18 Dec 1999 19:49:39 +0000 (19:49 +0000)
include/ac/bytes.h

index 10398c38befbe46de2e9d1ac391c00366cfd5d3e..9ada125dcb30db63da3c4efc80c2630160f18ddd 100644 (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