X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=tests%2Fpmacros.qc;h=1ec0780ae24443cac920cddd0d190618e93bd1d9;hb=9cff2f7b8a3854124be3bbd55ebb33513ee3820d;hp=1ecee8c3a673094771981f6a3f1a3fd95ebd9007;hpb=4d1514257ed8821828a9cf743b491eddc3ab2300;p=xonotic%2Fgmqcc.git diff --git a/tests/pmacros.qc b/tests/pmacros.qc index 1ecee8c..1ec0780 100644 --- a/tests/pmacros.qc +++ b/tests/pmacros.qc @@ -28,7 +28,6 @@ # define ABC ALPHA(a)##ALPHA(b)##ALPHA(c) - void(string, ...) print = #1; void() main = { if (ABC == "abc") print("ABC\n");