From: Andre Noll Date: Sun, 2 Oct 2022 18:10:47 +0000 (+0200) Subject: Doxyfile: Remove GNUC definitions. X-Git-Tag: v0.7.2~18 X-Git-Url: http://git.tuebingen.mpg.de/versions/paraslash-0.3.1.tar.bz2.asc?a=commitdiff_plain;h=874b0fcaa1c7e9d2d014e1a8a6560dff7c2fea7a;p=paraslash.git Doxyfile: Remove GNUC definitions. These defines have been present since day one of the git repo in 2006. The log message of the cvs commit which introduced them back then just states "activate the source browser", so it will have to remain a mystery why __GNUC__ and __GNUC_MINOR__ needed to be predefined. --- diff --git a/Doxyfile b/Doxyfile index b11683e4..e147548f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -2019,8 +2019,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__=4 \ - __GNUC_MINOR__=4 +PREDEFINED = # 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