Skip to content

Commit 71c6704

Browse files
committed
Update JSValue typedef in quickjs.h to avoid error.
1 parent 5bf37c6 commit 71c6704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thirdparty/quickjs/quickjs/quickjs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ static inline JS_BOOL JS_VALUE_IS_NAN(JSValue v)
135135

136136
#elif defined(JS_NAN_BOXING)
137137

138-
typedef uint64_t JSValue;
138+
// typedef uint64_t JSValue;
139139

140140
#define JSValueConst JSValue
141141

0 commit comments

Comments
 (0)