]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
prevent uncrustify crash
authorMartin Taibr <taibr.martin@gmail.com>
Wed, 20 Sep 2017 03:34:38 +0000 (05:34 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Wed, 20 Sep 2017 03:34:38 +0000 (05:34 +0200)
qcsrc/lib/compiler.qh

index d1bdc4fe5b55e609bc4d02b32dc0f55b0761f21a..fc5fa0fe65993c837ebd833457cc287634ac8d64 100644 (file)
        #endif
 #endif
 
+// uncrustify segfaults on this
+// *INDENT-OFF*
 #ifdef GMQCC
-    #define LABEL(id) :id
+       #define LABEL(id) :id
 #else
-    #define LABEL(id) id:
+       #define LABEL(id) id:
 #endif
+// *INDENT_ON*