DescriptionFix define typo in Mac OS X build
This fixes a typo in:
Mac OS X build: turn off common word macros in AssertMacros.h
https://codereview.chromium.org/277273002/
I wrote (*singular*):
define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORE 0
This should have been (*plural*, with 'S' at end):
define __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES 0
This fixes it, sorry for noise.
TBR=mark
Patch Set 1 #
Messages
Total messages: 7 (0 generated)
|