Node also defines LIKELY

This commit is contained in:
Cheng Zhao 2017-01-23 15:53:29 +09:00 committed by Kevin Sawicki
parent 074cad9146
commit 0a91779dfa

View file

@ -22,6 +22,7 @@
#undef UNLIKELY
#undef DISALLOW_COPY_AND_ASSIGN
#undef NO_RETURN
#undef LIKELY
#undef arraysize
#undef debug_string // This is defined in macOS 10.9 SDK in AssertMacros.h.
#include "vendor/node/src/env.h"