Browse Source

descriptive error message

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 14 years ago
parent
commit
c80b57484f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/common/bits/types.h

+ 1 - 1
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 <bits/typesizes.h>	/* Defines __*_T_TYPE macros.  */