File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 28
28
#undef __clang__
29
29
#endif
30
30
31
+ #ifndef __has_builtin
32
+ #undef __has_builtin
33
+ #endif
34
+ #define __has_builtin (x ) 0
35
+ #ifndef __has_include
36
+ #undef __has_include
37
+ #endif
38
+ #define __has_include (x ) 0
39
+ #ifndef __has_feature
40
+ #undef __has_feature
41
+ #endif
42
+ #define __has_feature (x ) 0
43
+ #ifndef __has_attribute
44
+ #undef __has_attribute
45
+ #endif
46
+ #define __has_attribute (x ) 0
47
+ #ifndef __has_extension
48
+ #undef __has_extension
49
+ #endif
50
+ #define __has_extension (x ) 0
51
+
31
52
#ifndef JSC_API_AVAILABLE
32
53
#define JSC_API_AVAILABLE (...)
33
54
#endif
Original file line number Diff line number Diff line change 1
1
Name : webkit2gtk3-javascriptcore
2
- Version : 0.14.4.2
2
+ Version : 0.14.4.3
3
3
Synopsis : JavaScriptCore FFI from webkitgtk
4
4
Description : FFI for JavaScriptCore module from webkitgtk
5
5
License : BSD3
You can’t perform that action at this time.
0 commit comments