From 87b8f6cdf21ec72becc0eaf89f63bb1d8cb7719d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branislav=20Zahradn=C3=ADk?= Date: Sun, 16 Oct 2022 19:48:56 +0200 Subject: Refactor opcode.pl - let INIT() macro to accept expressions with comma(s) --- INTERN.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INTERN.h') diff --git a/INTERN.h b/INTERN.h index 4305b6bc02..6a28e6020b 100644 --- a/INTERN.h +++ b/INTERN.h @@ -46,6 +46,6 @@ # endif #undef INIT -#define INIT(x) = x +#define INIT(...) = __VA_ARGS__ #define DOINIT -- cgit v1.2.1