]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/compiler.qh
Add an intrusive list for warpzones
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / compiler.qh
index 69aad5c54abe1711a5010d4eb545371f07476bbb..7cd34bc8487bfae058f168ca4471a07e07156077 100644 (file)
@@ -1,16 +1,19 @@
-#ifndef COMPILER_H
-#define COMPILER_H
+#pragma once
 
 #ifndef QCC_SUPPORT_ACCUMULATE
-    #ifdef GMQCC
-        #define QCC_SUPPORT_ACCUMULATE
-    #endif
+       #ifdef GMQCC
+               #define QCC_SUPPORT_ACCUMULATE
+       #endif
 #endif
 
 #ifndef QCC_SUPPORT_NIL
-    #ifdef GMQCC
-        #define QCC_SUPPORT_NIL
-    #endif
+       #ifdef GMQCC
+               #define QCC_SUPPORT_NIL
+       #endif
 #endif
 
+#ifdef GMQCC
+    #define LABEL(id) :id
+#else
+    #define LABEL(id) id:
 #endif