From 50919df6274675219650241f47a15a2fcaba0233 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Tue, 6 Dec 2022 14:41:28 +0100 Subject: [PATCH] bits.h: tentatively build on 32 bits arch --- 2020/include/bits.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2020/include/bits.h b/2020/include/bits.h index 31db90a..54aea62 100644 --- a/2020/include/bits.h +++ b/2020/include/bits.h @@ -26,9 +26,11 @@ /* no plan to support 32bits for now... */ +/* #if __WORDSIZE != 64 #error "Only 64 bits word size supported." #endif +*/ /* fixed-size types */