X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=tests%2Fpmacros.qc;h=1ec0780ae24443cac920cddd0d190618e93bd1d9;hp=1ecee8c3a673094771981f6a3f1a3fd95ebd9007;hb=a0f6b00a15852c6f13034c9cd3974b62e442696d;hpb=4d1514257ed8821828a9cf743b491eddc3ab2300 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");