[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)
Rename LLDB_PLUGIN to LLDB_PLUGIN_DEFINE as Pavel suggested in D73067 to avoid name conflict.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
using namespace lldb;
|
||||
using namespace lldb_private;
|
||||
|
||||
LLDB_PLUGIN(ScriptInterpreterLua)
|
||||
LLDB_PLUGIN_DEFINE(ScriptInterpreterLua)
|
||||
|
||||
class IOHandlerLuaInterpreter : public IOHandlerDelegate,
|
||||
public IOHandlerEditline {
|
||||
|
||||
Reference in New Issue
Block a user