Add a comment

This commit is contained in:
Gregory Nutt 2016-06-20 14:26:13 -06:00
parent 7ee6668178
commit d1a62f1d24

View File

@ -89,6 +89,10 @@
# define assert(f) ASSERT(f)
#endif
/* Definition required for C++11 compile timer assertion checking. The
* static_assert macro simply expands to the _Static_assert keyword.
*/
#define static_assert _Static_assert
/****************************************************************************