diff options
Diffstat (limited to 'runtime/Doxyfile')
-rw-r--r-- | runtime/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Doxyfile b/runtime/Doxyfile index 7b1d802a..230d55c1 100644 --- a/runtime/Doxyfile +++ b/runtime/Doxyfile @@ -961,7 +961,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = __i386__ NEED_INT64_VALS NEED_STRING_VALS NEED_STAT_VALS KEY1_TYPE_INT64 USE_RET_PROBES DEBUG +PREDEFINED = __i386__ KEY1_TYPE_INT64 USE_RET_PROBES DEBUG # 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. |