[Lldb-commits] [lldb] r105794 - /lldb/trunk/include/lldb/lldb-enumerations.h

Eli Friedman eli.friedman at gmail.com
Thu Jun 10 16:00:15 PDT 2010


Author: efriedma
Date: Thu Jun 10 18:00:15 2010
New Revision: 105794

URL: http://llvm.org/viewvc/llvm-project?rev=105794&view=rev
Log:
Remove global init constructor from r105746.


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

Modified: lldb/trunk/include/lldb/lldb-enumerations.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/lldb-enumerations.h?rev=105794&r1=105793&r2=105794&view=diff
==============================================================================
--- lldb/trunk/include/lldb/lldb-enumerations.h (original)
+++ lldb/trunk/include/lldb/lldb-enumerations.h Thu Jun 10 18:00:15 2010
@@ -83,7 +83,7 @@
 }
 
 // FIXME: Replace uses of eByteOrderHost with getHostByteOrder()!
-const ByteOrder eByteOrderHost = getHostByteOrder();
+#define eByteOrderHost getHostByteOrder()
 
 //----------------------------------------------------------------------
 // Register encoding definitions





More information about the lldb-commits mailing list