Skip to content

Commit 3692700

Browse files
authored
Merge pull request #5983 from apple/🍒/rome/81fc5f7909a4ef5a8d4b5da2a10f77f7cb01ba63
[lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS
2 parents e6a8751 + 2817fb1 commit 3692700

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

‎lldb/bindings/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ set(SWIG_COMMON_FLAGS
3232
-features autodoc
3333
-I${LLDB_SOURCE_DIR}/include
3434
-I${CMAKE_CURRENT_SOURCE_DIR}
35-
-D__STDC_LIMIT_MACROS
36-
-D__STDC_CONSTANT_MACROS
3735
${DARWIN_EXTRAS}
3836
)
3937

‎lldb/bindings/interfaces.swig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
/* Various liblldb typedefs that SWIG needs to know about. */
22
#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
63
%include "stdint.i"
74

85
%include "lldb/lldb-defines.h"

0 commit comments

Comments
 (0)