]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/lib/compiler.qh
Uncrustify lib/*
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / compiler.qh
1 #ifndef COMPILER_H
2 #define COMPILER_H
3
4 #ifndef QCC_SUPPORT_ACCUMULATE
5         #ifdef GMQCC
6                 #define QCC_SUPPORT_ACCUMULATE
7         #endif
8 #endif
9
10 #ifndef QCC_SUPPORT_NIL
11         #ifdef GMQCC
12                 #define QCC_SUPPORT_NIL
13         #endif
14 #endif
15
16 #endif