[Lldb-commits] [lldb] r164227 - /lldb/trunk/scripts/lldb.swig
Filipe Cabecinhas
me at filcab.net
Wed Sep 19 08:22:05 PDT 2012
Author: filcab
Date: Wed Sep 19 10:22:05 2012
New Revision: 164227
URL: http://llvm.org/viewvc/llvm-project?rev=164227&view=rev
Log:
Fix some type-related swig bugs on FreeBSD on x86_64 (and maybe other OS/arch).
Modified:
lldb/trunk/scripts/lldb.swig
Modified: lldb/trunk/scripts/lldb.swig
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/lldb.swig?rev=164227&r1=164226&r2=164227&view=diff
==============================================================================
--- lldb/trunk/scripts/lldb.swig (original)
+++ lldb/trunk/scripts/lldb.swig Wed Sep 19 10:22:05 2012
@@ -100,7 +100,7 @@
/* Various liblldb typedefs that SWIG needs to know about. */
#define __extension__ /* Undefine GCC keyword to make Swig happy when processing glibc's stdint.h. */
-%include <stdint.h>
+%include "stdint.i"
%include "lldb/lldb-defines.h"
%include "lldb/lldb-enumerations.h"
%include "lldb/lldb-forward.h"
More information about the lldb-commits
mailing list