From ab3e8d01bb21cf851880d428d6a104572d33075b Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 31 Mar 2012 19:37:32 +0200 Subject: [PATCH] comment stuff --- qcsrc/common/util.qh | 5 +++++ 1 file changed, 5 insertions(+) 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(); } \ -- 2.39.2