summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Doxyfile b/templates/Doxyfile
index f1b9b244..7db17ca5 100644
--- a/templates/Doxyfile
+++ b/templates/Doxyfile
@@ -2089,7 +2089,7 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-PREDEFINED = __GNUC__ __asm__(x)= RTEMS_SMP __attribute__(x)= __rtems__ "T_TEST_CASE(x)=void T_case_body_##x(void)"
+PREDEFINED = __GNUC__ __asm__(x)= RTEMS_SMP __attribute__(x)= __rtems__ "T_TEST_CASE(x)=void T_case_body_##x(void)" __STDC_VERSION__=201112L
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The