From a3d0b9d6672c2e8fb89120648bdcb63b1aa0fdd0 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 18 Dec 1999 19:49:39 +0000 Subject: [PATCH] Fix 2 vs 4 typo --- include/ac/bytes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5