Create define using macro
#1

Is there any compiler hack to create a define using macro? For example:
Код:
#define example \
	#define anotherexample 1
now gives warning redefinition of constant/macro (symbol "example")
Reply


Messages In This Thread
Create define using macro - by zgintasz - 25.06.2013, 11:08
Re: Create define using macro - by iJumbo - 25.06.2013, 11:08
Re: Create define using macro - by zgintasz - 25.06.2013, 11:11
Re: Create define using macro - by iJumbo - 25.06.2013, 11:41
Re: Create define using macro - by zgintasz - 25.06.2013, 11:48
Re: Create define using macro - by iJumbo - 25.06.2013, 11:52
Re: Create define using macro - by zgintasz - 25.06.2013, 12:22
Re: Create define using macro - by iJumbo - 25.06.2013, 12:30
Re: Create define using macro - by Pupak - 25.06.2013, 12:35
Re: Create define using macro - by zgintasz - 26.06.2013, 09:54

Forum Jump:


Users browsing this thread: 1 Guest(s)