Browse Source

Node also defines LIKELY

Cheng Zhao 8 years ago
parent
commit
0a91779dfa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      atom/common/node_includes.h

+ 1 - 0
atom/common/node_includes.h

@@ -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"