We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6a8751 + 2817fb1 commit 3692700Copy full SHA for 3692700
‎lldb/bindings/CMakeLists.txt
@@ -32,8 +32,6 @@ set(SWIG_COMMON_FLAGS
32
-features autodoc
33
-I${LLDB_SOURCE_DIR}/include
34
-I${CMAKE_CURRENT_SOURCE_DIR}
35
- -D__STDC_LIMIT_MACROS
36
- -D__STDC_CONSTANT_MACROS
37
${DARWIN_EXTRAS}
38
)
39
‎lldb/bindings/interfaces.swig
@@ -1,8 +1,5 @@
1
/* Various liblldb typedefs that SWIG needs to know about. */
2
#define __extension__ /* Undefine GCC keyword to make Swig happy when processing glibc's stdint.h. */
3
-/* The ISO C99 standard specifies that in C++ implementations limit macros such
4
- as INT32_MAX should only be defined if __STDC_LIMIT_MACROS is. */
5
-#define __STDC_LIMIT_MACROS
6
%include "stdint.i"
7
8
%include "lldb/lldb-defines.h"
0 commit comments