From: Rudolf Polzer Date: Sat, 31 Mar 2012 17:37:32 +0000 (+0200) Subject: comment stuff X-Git-Tag: xonotic-v0.7.0~111^2~30 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=ab3e8d01bb21cf851880d428d6a104572d33075b comment stuff --- diff --git a/qcsrc/common/util.qh b/qcsrc/common/util.qh index 76b2f28d1..84e1f1795 100644 --- a/qcsrc/common/util.qh +++ b/qcsrc/common/util.qh @@ -1,6 +1,11 @@ // a dummy macro that prevents the "hanging ;" warning #define ENDS_WITH_CURLY_BRACE +// TODO make ascii art pic of xzibit +// YO DAWG! +// I HERD YO LIEK MACROS +// SO I PUT A MACRO DEFINITION IN YO MACRO DEFINITION +// SO YO CAN EXPAND MACROS WHILE EXPANDING MACROS #define ACCUMULATE_FUNCTION(func,otherfunc) \ #ifdef func \ void __merge__##otherfunc() { func(); otherfunc(); } \