]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/mul_vf.qc
Match C's preprocessor semantics for token pasting with '##'.
[xonotic/gmqcc.git] / tests / mul_vf.qc
index 3e60e2385214c197eb667e97cc7750c54353c019..0e8df52cd0e6c12f659962ac72d15c833562dbe0 100644 (file)
@@ -1,6 +1,3 @@
-void print(...) = #1;
-string vtos(vector) = #5;
-
 // getter to work around future -O
 vector get(vector v) {
     return v;