fix another instance of _STATIC_ASSERT

svn path=/trunk/; revision=38267
This commit is contained in:
Timo Kreuzer 2008-12-22 06:37:53 +00:00
parent 1cfe56ee4b
commit fce144efaa

View file

@ -25,7 +25,7 @@ extern "C" {
#endif
#ifndef _STATIC_ASSERT
#define _STATIC_ASSERT(expr) typedef char __static_assert_t[(expr)?1:-1]
#define _STATIC_ASSERT(expr) typedef char __static_assert_t[(expr)]
#endif
/* Return codes for _heapwalk() */