summaryrefslogtreecommitdiff
path: root/INTERN.h
diff options
context:
space:
mode:
authorBranislav ZahradnĂ­k <barney@cpan.org>2022-10-16 19:48:56 +0200
committerYves Orton <demerphq@gmail.com>2022-11-05 08:54:45 +0100
commit87b8f6cdf21ec72becc0eaf89f63bb1d8cb7719d (patch)
treedd214c51d24fdcec11eb7b59c3ee120b2ea51b5e /INTERN.h
parent8fdca06d4c48713a29ee05eea9cba1ebd7adec98 (diff)
downloadperl-87b8f6cdf21ec72becc0eaf89f63bb1d8cb7719d.tar.gz
Refactor opcode.pl - let INIT() macro to accept expressions with comma(s)
Diffstat (limited to 'INTERN.h')
-rw-r--r--INTERN.h2
1 files changed, 1 insertions, 1 deletions
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