centralize STRINGIFY definition

This commit is contained in:
Oswald Buddenhagen
2009-10-05 14:02:58 +02:00
parent f42ad24dba
commit 51a22cbe7c
8 changed files with 3 additions and 14 deletions

View File

@@ -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)