summaryrefslogtreecommitdiff
path: root/src/3rdparty/v8/src/scanner.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/v8/src/scanner.cc')
-rwxr-xr-xsrc/3rdparty/v8/src/scanner.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/3rdparty/v8/src/scanner.cc b/src/3rdparty/v8/src/scanner.cc
index bd2db58..61ee1a4 100755
--- a/src/3rdparty/v8/src/scanner.cc
+++ b/src/3rdparty/v8/src/scanner.cc
@@ -32,6 +32,11 @@
#include "../include/v8stdint.h"
#include "char-predicates-inl.h"
+#undef CONST
+#undef DELETE
+#undef IN
+#undef VOID
+
namespace v8 {
namespace internal {