]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/enum.qc
Added definition file for test-suite, used by default by the test system. To overrid...
[xonotic/gmqcc.git] / tests / enum.qc
index 521863357694f66e77f3edcdb06576b1353b786b..da08ceee128aa2a0da962a5f9c1f852ed89b51a5 100644 (file)
@@ -27,8 +27,6 @@ enum {
     N
 };
 
-void (string, ...) print = #1;
-string (float)  ftos = #2;
 void main() {
     print(ftos(A), "\n");
     print(ftos(B), "\n");