mirror of https://github.com/ArduPilot/ardupilot
2591261af6
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' |
||
---|---|---|
.. | ||
CheckLogs.py | ||
DataFlashFileReader.cpp | ||
DataFlashFileReader.h | ||
LR_MsgHandler.cpp | ||
LR_MsgHandler.h | ||
LogReader.cpp | ||
LogReader.h | ||
Makefile | ||
MsgHandler.cpp | ||
MsgHandler.h | ||
Parameters.h | ||
Replay.cpp | ||
VehicleType.h | ||
make.inc | ||
plotit.sh |