svn commit: r278384 - projects/clang360-import/contrib/llvm/tools/lldb/include/lldb

Ed Maste emaste at FreeBSD.org
Sun Feb 8 16:00:36 UTC 2015


Author: emaste
Date: Sun Feb  8 16:00:35 2015
New Revision: 278384
URL: https://svnweb.freebsd.org/changeset/base/278384

Log:
  Remove undesired LLDB_DISABLE_PYTHON
  
  It was added accidentally during the merge and it causes build warnings
  as it is set from the command line.

Modified:
  projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/lldb-python.h

Modified: projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/lldb-python.h
==============================================================================
--- projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/lldb-python.h	Sun Feb  8 15:41:27 2015	(r278383)
+++ projects/clang360-import/contrib/llvm/tools/lldb/include/lldb/lldb-python.h	Sun Feb  8 16:00:35 2015	(r278384)
@@ -10,8 +10,6 @@
 #ifndef LLDB_lldb_python_h_
 #define LLDB_lldb_python_h_
 
-#define LLDB_DISABLE_PYTHON
-
 // Python.h needs to be included before any system headers in order to avoid redefinition of macros
 
 #ifdef LLDB_DISABLE_PYTHON


More information about the svn-src-projects mailing list