]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/log.qh
no promises, no typed varargs (make lib compile)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / log.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