summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-09 14:40:59 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-09 14:40:59 +0100
commit9285bb4fbfdd93f9c074242357e05b308e4dfc91 (patch)
tree4bdb248969665f15bda1e5a4b4e5e3c9c714651b
parentspec: Review basic definitions API (diff)
downloadrtems-central-9285bb4fbfdd93f9c074242357e05b308e4dfc91.tar.bz2
Doxyfile: Define C standard version
-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