[Lldb-commits] [lldb] r144045 - /lldb/trunk/include/lldb/lldb-forward.h

Greg Clayton gclayton at apple.com
Mon Nov 7 15:54:13 PST 2011


Author: gclayton
Date: Mon Nov  7 17:54:13 2011
New Revision: 144045

URL: http://llvm.org/viewvc/llvm-project?rev=144045&view=rev
Log:
Moved the fixed ScriptSummaryFormat forward declaration into the #ifndef LLDB_DISABLE_PYTHON so it doesn't show up in builds where it is supposed to be disabled.


Modified:
    lldb/trunk/include/lldb/lldb-forward.h

Modified: lldb/trunk/include/lldb/lldb-forward.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/lldb-forward.h?rev=144045&r1=144044&r2=144045&view=diff
==============================================================================
--- lldb/trunk/include/lldb/lldb-forward.h (original)
+++ lldb/trunk/include/lldb/lldb-forward.h Mon Nov  7 17:54:13 2011
@@ -124,10 +124,10 @@
 class   RegisterValue;
 class   RegularExpression;
 class   Scalar;
-struct  ScriptSummaryFormat;
 class   ScriptInterpreter;
 #ifndef LLDB_DISABLE_PYTHON
 class   ScriptInterpreterPython;
+struct  ScriptSummaryFormat;
 #endif // #ifndef LLDB_DISABLE_PYTHON
 class   SearchFilter;
 class   Section;





More information about the lldb-commits mailing list