DescriptionFix build on QNX.
InfoSink.h needs stdlib.h for abs(int) and free() in the global namespace.
ExpressionParser needs malloc.h, because bison needs malloc and free in
the global namespace, but "#include <cassert>" will put it only in the
std:: namespace on QNX.
BUG=500
Patch Set 1 #
Total comments: 1
Patch Set 2 : Fix ANGLE build on Mac. #
Total comments: 2
Patch Set 3 : use _MSC_VER instead of COMPILER_MSVC #
MessagesTotal messages: 16
|