Skip to content

Commit 1486c85

Browse files
committed
Add define identifying NG to quickjs.h
1 parent 7e5d085 commit 1486c85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

quickjs.h

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
extern "C" {
3838
#endif
3939

40+
#define QUICKJS_NG 1
41+
4042
#if defined(__GNUC__) || defined(__clang__)
4143
#define js_force_inline inline __attribute__((always_inline))
4244
#define JS_EXTERN __attribute__((visibility("default")))

0 commit comments

Comments
 (0)