]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/noreturn.qc
Parameter omitting in fteqcc is disallowed.
[xonotic/gmqcc.git] / tests / noreturn.qc
index ae614e77b5f27177728cf088d303baefb20e702c..4bd8d154bdedb8028fbcf40ae2642ba58d0de6c8 100644 (file)
@@ -3,8 +3,7 @@
 #endif
 
 void   (...)            print     = #1;
-string (float)          ftos      = #2;
-
+string (float val)      ftos      = #2;
 
 NORETURN void error(...)  = #6;