We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5d085 commit 1486c85Copy full SHA for 1486c85
quickjs.h
@@ -37,6 +37,8 @@
37
extern "C" {
38
#endif
39
40
+#define QUICKJS_NG 1
41
+
42
#if defined(__GNUC__) || defined(__clang__)
43
#define js_force_inline inline __attribute__((always_inline))
44
#define JS_EXTERN __attribute__((visibility("default")))
0 commit comments