summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/oc/definesalign.h.mm
blob: a249d1aa668a0c9dc12f9408de84077a39722c80 (plain)
1
2
3
4
5
	#define SOUNDMANAGERWATCHDOG()\
		SoundManagerWatchDog watchdog

		#define CompileTimeAssert(expression, message) \
			enum{ CT_ASSERT_HACK_JOIN(ct_assert_, __LINE__) = sizeof(CompileTimeAssertImpl<(expression)>) }