Upgrade to Node v6

This commit is contained in:
Cheng Zhao 2016-05-10 11:05:42 +09:00
parent 9c0f298064
commit 73223fe5c3
4 changed files with 4 additions and 3 deletions

View file

@ -21,6 +21,7 @@
#undef CHECK_LT
#undef DISALLOW_COPY_AND_ASSIGN
#undef NO_RETURN
#undef arraysize
#undef debug_string // This is defined in OS X 10.9 SDK in AssertMacros.h.
#include "vendor/node/src/env.h"
#include "vendor/node/src/env-inl.h"