]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/compiler.qh
Fix compile
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / compiler.qh
index d389248b0ed24f8460f1f54b691f021b5a8015c8..7cd34bc8487bfae058f168ca4471a07e07156077 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef COMPILER_H
-#define COMPILER_H
+#pragma once
 
 #ifndef QCC_SUPPORT_ACCUMULATE
        #ifdef GMQCC
@@ -13,4 +12,8 @@
        #endif
 #endif
 
+#ifdef GMQCC
+    #define LABEL(id) :id
+#else
+    #define LABEL(id) id:
 #endif