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