]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ftepp.c
Rework some build stuff for better output and to enable strict prototypes
[xonotic/gmqcc.git] / ftepp.c
diff --git a/ftepp.c b/ftepp.c
index 613b5c7d422f39ce9dbe031628903e4a02933263..a28bbec862720fa75dacdbb0e0dd9c4a1212a3bb 100644 (file)
--- a/ftepp.c
+++ b/ftepp.c
@@ -226,6 +226,7 @@ static GMQCC_INLINE int ftepp_predef_index(const char *name) {
     return -1;
 }
 
+bool ftepp_predef_exists(const char *name);
 bool ftepp_predef_exists(const char *name) {
     return ftepp_predef_index(name) != -1;
 }