From f26de1fd4d708349dfaa59944e85290e0fb75c81 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 11 Dec 2011 09:35:55 -0800 Subject: * arith.c: Regenerated. * arith.txr (highest_bit): Missing #else added, fixing SIZEOF_PTR == 4 case. --- arith.txr | 1 + 1 file changed, 1 insertion(+) (limited to 'arith.txr') diff --git a/arith.txr b/arith.txr index ab5c85bd..736645da 100644 --- a/arith.txr +++ b/arith.txr @@ -258,6 +258,7 @@ int highest_bit(int_ptr_t n) } } } +#else #error fixme: only 4 or 8 byte pointers supported #endif /* notreached */ -- cgit v1.2.3