]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
no promises, no typed varargs (make lib compile)
authorMartin Taibr <taibr.martin@gmail.com>
Mon, 22 Apr 2019 22:46:51 +0000 (00:46 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Mon, 22 Apr 2019 22:46:51 +0000 (00:46 +0200)
qcsrc/lib/_all.inc
qcsrc/lib/log.qh

index ab74531605f29a44d7f69c23b7ba99e4f30a3479..c67e625750367b2c57a0f5de6d05e0498c71449b 100644 (file)
 #include "oo.qh"
 #include "p2mathlib.qc"
 #include "progname.qh"
-#include "promise.qc"
+//#include "promise.qc"
 #include "random.qc"
 #include "registry.qh"
 #include "registry_net.qh"
index 94a58d0ca486636e9a917429b677f4aeb726f204..3236d0ece9efffc676c581c797ce35a307725b34 100644 (file)
@@ -35,9 +35,9 @@ void print_assertfailed_fatal(string expr);
 
 
 #if defined(MENUQC)
-string(string, string...) strcat1n = #53;
+string(string, ...) strcat1n = #53;
 #else
-string(string, string...) strcat1n = #115;
+string(string, ...) strcat1n = #115;
 #endif
 
 // would be nice if __FUNC__ could be concatenated at compile time