forked from qt-creator/qt-creator
centralize STRINGIFY definition
This commit is contained in:
@@ -41,8 +41,6 @@
|
||||
namespace Debugger {
|
||||
namespace Internal {
|
||||
|
||||
#define STRINGIFY_INTERNAL(x) #x
|
||||
#define STRINGIFY(x) STRINGIFY_INTERNAL(x)
|
||||
#define CB(callback) \
|
||||
static_cast<GdbEngine::AdapterCallback>(&RemoteGdbAdapter::callback), \
|
||||
STRINGIFY(callback)
|
||||
|
||||
Reference in New Issue
Block a user