From: Pavel Sanda Date: Sat, 4 May 2013 04:45:59 +0000 (-0700) Subject: Comment. X-Git-Tag: 2.1.0beta1~305 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9d478d55872e570bd781124e5dc85a4c303d99dd;p=features.git Comment. --- diff --git a/development/tools/header_check.sh b/development/tools/header_check.sh index 88fec324b9..ebf0eab5cc 100644 --- a/development/tools/header_check.sh +++ b/development/tools/header_check.sh @@ -30,6 +30,10 @@ LOG_FILE="$(basename $0).log" # Exclude common headers with regex # (e.g. 'debug.h' will exclude 'support/debug.h') +# LyX was compiled on exotic environments and these sometimes +# require headers not needed on win/linux. So check the logs before +# deleting "redundant" standard libraries or includes around various +# ifdefs... EXCLUDE='\(debug.h\|cstdio\)' function BUILD_FN ()