X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fcompiler.qh;h=5ca0ed56525ee33886c46a0a7c27ecfd7763068b;hb=ce8ccb737c4c4730e59e520362ba8e78426b44be;hp=d1bdc4fe5b55e609bc4d02b32dc0f55b0761f21a;hpb=4fafc8aaaed0413c1efc3b85686dcd817ebed6a8;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/compiler.qh b/qcsrc/lib/compiler.qh index d1bdc4fe5..5ca0ed565 100644 --- a/qcsrc/lib/compiler.qh +++ b/qcsrc/lib/compiler.qh @@ -18,6 +18,18 @@ #endif #endif +#ifndef QCC_SUPPORT_ALIAS + #ifdef GMQCC + #define QCC_SUPPORT_ALIAS + #endif +#endif + +#ifndef QCC_SUPPORT_POW + #ifdef GMQCC + #define QCC_SUPPORT_POW + #endif +#endif + #ifdef GMQCC #define LABEL(id) :id #else