diff options
Diffstat (limited to 'src/pl/plperl/plperl.h')
-rw-r--r-- | src/pl/plperl/plperl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pl/plperl/plperl.h b/src/pl/plperl/plperl.h index 89bbd7ccb0d..aadb8883930 100644 --- a/src/pl/plperl/plperl.h +++ b/src/pl/plperl/plperl.h @@ -30,9 +30,7 @@ * Supply a value of PERL_UNUSED_DECL that will satisfy gcc - the one * perl itself supplies doesn't seem to. */ -#if defined(__GNUC__) -#define PERL_UNUSED_DECL __attribute__ ((unused)) -#endif +#define PERL_UNUSED_DECL pg_attribute_unused /* * Sometimes perl carefully scribbles on our *printf macros. |