Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2015 16:00:36 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r278384 - projects/clang360-import/contrib/llvm/tools/lldb/include/lldb
Message-ID:  <201502081600.t18G0aMk057631@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502081600.t18G0aMk057631>