Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 37cebc4

Browse files
committed
Fix macro define.
Signed-off-by: Freya Gentz <[email protected]>
1 parent 98e4377 commit 37cebc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spellchecker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <memory>
77
#include <stdint.h>
88

9-
#if V8_MAJOR_VERSION > 6 && V8_MINOR_VERSION > 2
9+
#if (V8_MAJOR_VERSION == 7 && V8_MINOR_VERSION > 2) || V8_MAJOR_VERSION > 7
1010
#define V8_USE_MAYBE
1111
#endif
1212

0 commit comments

Comments
 (0)