]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Doxyfile: Remove GNUC definitions.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 2 Oct 2022 18:10:47 +0000 (20:10 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 9 Nov 2022 21:57:03 +0000 (22:57 +0100)
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.

Doxyfile

index b11683e424443baef8754b34097ad3cb8dbed4fe..e147548f31f090b1fc351a537caa894d3fc87f1f 100644 (file)
--- 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