X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fcompiler.qh;h=5ca0ed56525ee33886c46a0a7c27ecfd7763068b;hb=5d48529da4d86c0db66c4cab4902f3884af387ca;hp=7cd34bc8487bfae058f168ca4471a07e07156077;hpb=d271f27a5ac351a3a7b39636932f6d661492be1d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/compiler.qh b/qcsrc/lib/compiler.qh index 7cd34bc84..5ca0ed565 100644 --- a/qcsrc/lib/compiler.qh +++ b/qcsrc/lib/compiler.qh @@ -12,6 +12,24 @@ #endif #endif +#ifndef QCC_SUPPORT_ERASEABLE + #ifdef GMQCC + #define QCC_SUPPORT_ERASEABLE + #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