From 0d292c706462f0a0e7cd64ef002bd8d21513295d Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Wed, 22 Mar 2023 11:39:05 +0100 Subject: perl.h - remove redundant /*EMPTY*/ comment mauke: it was added by Andy Lester in 6f207bd3ddac24959aa7f00f2d7a66f116dcc7ed mauke: when he replaced '/*EMPTY*/;' statements by 'NOOP;' mauke: I would also remove the comment --- perl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl.h') diff --git a/perl.h b/perl.h index 3818433dd9..d77691a4c3 100644 --- a/perl.h +++ b/perl.h @@ -669,7 +669,7 @@ code. =cut */ -#define NOOP /*EMPTY*/((void)0) +#define NOOP ((void)0) #define dNOOP struct Perl___notused_struct #ifndef pTHX -- cgit v1.2.1