]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/pp_va_args.qc
Merge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking
[xonotic/gmqcc.git] / tests / pp_va_args.qc
index 89a98c864b1a17166b48b41f8c4cc9684c788c06..a42e1927938e2c1e499d81f64444ff9da92aea01 100644 (file)
@@ -1,5 +1,3 @@
-void print(...) = #1;
-
 // method 0
 #define METHOD__(...) __VA_ARGS__
 #define METHOD_0(F,A) F METHOD__(A)