X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftypedefs.qc;h=e9bc13b1b48efbabee4a2de9c3f0a8c3f60079a7;hb=a32f59b256df8c0ca85ff3a958be6dad3f1c1b61;hp=79143fd80bfe54f1767860503cf18c160cb090c8;hpb=7cd6a477f8fae39b56775eebbaa134c69615c0ab;p=xonotic%2Fgmqcc.git diff --git a/tests/typedefs.qc b/tests/typedefs.qc index 79143fd..e9bc13b 100644 --- a/tests/typedefs.qc +++ b/tests/typedefs.qc @@ -1,4 +1,4 @@ -typedef void(string, ...) ptype; +typedef void(...) ptype; typedef string(float) funcsf; ptype print = #1;