From 9cd8d4bc22726d089a6ae62dc4cc01acfd702597 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Fri, 22 Sep 2017 18:01:43 +0200 Subject: [PATCH] macros, macros everywhere --- qcsrc/common/ent_cs.qc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcsrc/common/ent_cs.qc b/qcsrc/common/ent_cs.qc index 12abc21b1..b376bd74a 100644 --- a/qcsrc/common/ent_cs.qc +++ b/qcsrc/common/ent_cs.qc @@ -1,5 +1,7 @@ #include "ent_cs.qh" +// *INDENT-OFF* uncrustify is too dumb to handle all the macros + REGISTRY(EntCSProps, BITS(16) - 1) #define EntCSProps_from(i) _EntCSProps_from(i, NULL) REGISTER_REGISTRY(EntCSProps) -- 2.39.2