]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - exec.c
Cleanup for builds
[xonotic/gmqcc.git] / exec.c
diff --git a/exec.c b/exec.c
index 57b47318fab3211a8d269db944933ad26eeb95ee..ebbfa903f217cab55a179fcde2ebe66972697a1a 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -587,7 +587,6 @@ cleanup:
  * main for when building the standalone executor
  */
 
-#if defined(QCVM_EXECUTOR)
 #include <math.h>
 
 const char *type_name[TYPE_COUNT] = {
@@ -1226,7 +1225,6 @@ void prog_disasm_function(qc_program_t *prog, size_t id) {
         ++st;
     }
 }
-#endif
 #else /* !QCVM_LOOP */
 /*
  * Everything from here on is not including into the compilation of the