From: Mario Date: Fri, 23 Jan 2015 05:11:20 +0000 (+1100) Subject: Let's not make them macros X-Git-Tag: xonotic-v0.8.1~133^2~59 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bdeddd60c54aff077878be8a3457de34b7530cad;p=xonotic%2Fxonotic-data.pk3dir.git Let's not make them macros --- diff --git a/qcsrc/common/util.qh b/qcsrc/common/util.qh index 65b4e67a4..360aaec36 100644 --- a/qcsrc/common/util.qh +++ b/qcsrc/common/util.qh @@ -1,7 +1,3 @@ -// commonly used, but better make them macros -#define TRUE 1 -#define FALSE 0 - // a dummy macro that prevents the "hanging ;" warning #define ENDS_WITH_CURLY_BRACE