From owner-svn-src-projects@FreeBSD.ORG Sun Feb 8 16:00:36 2015 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8155B577; Sun, 8 Feb 2015 16:00:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D73194D; Sun, 8 Feb 2015 16:00:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t18G0axT057632; Sun, 8 Feb 2015 16:00:36 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t18G0aMk057631; Sun, 8 Feb 2015 16:00:36 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201502081600.t18G0aMk057631@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Sun, 8 Feb 2015 16:00:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r278384 - projects/clang360-import/contrib/llvm/tools/lldb/include/lldb X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2015 16:00:36 -0000 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