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.
1 parent 392963b commit dc8f6ffCopy full SHA for dc8f6ff
lldb/bindings/CMakeLists.txt
@@ -26,8 +26,6 @@ set(SWIG_COMMON_FLAGS
26
-features autodoc
27
-I${LLDB_SOURCE_DIR}/include
28
-I${CMAKE_CURRENT_SOURCE_DIR}
29
- -D__STDC_LIMIT_MACROS
30
- -D__STDC_CONSTANT_MACROS
31
${DARWIN_EXTRAS}
32
)
33
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