ardupilot/libraries/AC_WPNav
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_Circle.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AC_Circle.h AC_WPNav: standardize inclusion of libaries headers 2015-08-11 16:28:41 +10:00
AC_WPNav.cpp Global: rename min and max macros to uppercase 2015-12-01 16:28:09 -02:00
AC_WPNav.h AC_WPNav: handle ekf position reset in Loiter and Brake 2015-10-30 12:24:17 +09:00
keywords.txt AC_WPNav: first implementation 2013-04-14 10:34:47 +09:00