Update macro_helpers.h

Corrected spelling.
pull/275/head
noseglasses 7 years ago committed by GitHub
parent c811d3be70
commit 869ba74edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,7 +34,7 @@
// Allow for the creation of verbose messages in static_asserts
//
#define VEROSE_STATIC_ASSERT_HEADER \
#define VERBOSE_STATIC_ASSERT_HEADER \
__NL__ "\n" \
__NL__ "\n***************************************************************" \
__NL__ "\n******************** READ THIS CAREFULLY! *********************" \
@ -100,7 +100,7 @@ __NN__ This check is not able to find the corner case of a single \
__NN__ superfluous comma at the end of the macro arguments as this \
__NN__ causes #__VA_ARGS__ being empty (only '\0'). \
__NN__ */ \
__NN__ VEROSE_STATIC_ASSERT_HEADER \
__NN__ VERBOSE_STATIC_ASSERT_HEADER \
__NN__ \
__NN__ VERBOSE_FILE_INFO \
__NN__ VERBOSE_LINE_INFO \

Loading…
Cancel
Save