]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/compiler.qh
Merge branch 'marin-t/nadectr' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / compiler.qh
index 14824dc5a78362a5f0de8516601eb2f9f139fc7a..d1bdc4fe5b55e609bc4d02b32dc0f55b0761f21a 100644 (file)
                #define QCC_SUPPORT_NIL
        #endif
 #endif
+
+#ifndef QCC_SUPPORT_ERASEABLE
+       #ifdef GMQCC
+               #define QCC_SUPPORT_ERASEABLE
+       #endif
+#endif
+
+#ifdef GMQCC
+    #define LABEL(id) :id
+#else
+    #define LABEL(id) id:
+#endif