X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=macros.h;h=8723fc1ccc36d64b846fdfbe76d9ccae689fb084;hb=94d6b489cc031d86359c89ef1f2f0669a8bf0094;hp=797db21dbd65fba3b71550f8482b9a9107368e68;hpb=470659b72f09574052b97113e120f22d677fddba;p=bertos.git diff --git a/macros.h b/macros.h index 797db21d..8723fc1c 100755 --- a/macros.h +++ b/macros.h @@ -15,8 +15,9 @@ /*#* *#* $Log$ - *#* Revision 1.4 2004/08/25 14:12:08 rasky - *#* Aggiornato il comment block dei log RCS + *#* Revision 1.5 2004/08/29 21:57:58 bernie + *#* Move back STATIC_ASSERT() to compiler.h as it's needed in cpu.h; + *#* iptr_t, const_iptr_t: Replace IPTR macro with a real typedef. *#* *#* Revision 1.3 2004/08/24 14:13:48 bernie *#* Restore a few macros that were lost in the way. @@ -113,10 +114,6 @@ count #endif -/*! Issue a compilation error if the \a condition is false */ -#define STATIC_ASSERT(condition) \ - extern char PP_CAT(CT_ASSERT___, __LINE__)[(condition) ? 1 : -1] - #if COMPILER_C99 /*! * \def BIT_CHANGE(reg, (mask, value), ...)