From: Rudolf Polzer Date: Sat, 31 Mar 2012 17:38:55 +0000 (+0200) Subject: stuff X-Git-Tag: xonotic-v0.7.0~111^2~29 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5971450f60ad09893779e334d5b977e3cc4f374b;p=xonotic%2Fxonotic-data.pk3dir.git stuff --- diff --git a/qcsrc/common/util.qh b/qcsrc/common/util.qh index 84e1f1795..64830ca1d 100644 --- a/qcsrc/common/util.qh +++ b/qcsrc/common/util.qh @@ -5,7 +5,7 @@ // 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 +// SO YO CAN EXPAND MACROS WHILE YO EXPAND MACROS #define ACCUMULATE_FUNCTION(func,otherfunc) \ #ifdef func \ void __merge__##otherfunc() { func(); otherfunc(); } \