From c80b57484f1df4e6bb8cbfaaf824cf9f20accdc5 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 5 Oct 2009 13:04:12 +0200 Subject: descriptive error message Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/common/bits/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/common/bits/types.h b/libc/sysdeps/linux/common/bits/types.h index 21333267f..24d0056fb 100644 --- a/libc/sysdeps/linux/common/bits/types.h +++ b/libc/sysdeps/linux/common/bits/types.h @@ -132,7 +132,7 @@ typedef struct /* No need to mark the typedef with __extension__. */ # define __STD_TYPE typedef #else -# error +# error your machine is neither 32 bit or 64 bit ... it must be magical #endif #include /* Defines __*_T_TYPE macros. */ -- cgit v1.2.3