ardupilot/libraries/AC_Sprayer
Lucas De Marchi 2591261af6 Global: rename min and max macros to uppercase
The problem with using min() and max() is that they conflict with some
C++ headers. Name the macros in uppercase instead. We may go case by
case later converting them to be typesafe.

Changes generated with:

	git ls-files '*.cpp' '*.h' -z | xargs -0 sed -i 's/\([^_[:alnum:]]\)max(/\1MAX(/g'
	git ls-files '*.cpp' '*.h' -z | xargs -0 sed -i 's/\([^_[:alnum:]]\)min(/\1MIN(/g'
2015-12-01 16:28:09 -02:00
..
AC_Sprayer.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AC_Sprayer.h AC_Sprayer: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00