1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-21 15:54:08 +03:00

Update ppport.h to not cause warnings with newest Perl versions.

This is just the minimal necessary change; we might want to adopt
later PPPort output instead.
This commit is contained in:
Tom Lane 2006-05-30 15:48:30 +00:00
parent e82435a96c
commit 627f25bde3

View File

@ -221,6 +221,7 @@ __DATA__
/* Replace: 0 */
#endif
#ifndef PERL_UNUSED_DECL
#ifdef HASATTRIBUTE
#if (defined(__GNUC__) && defined(__cplusplus)) || defined(__INTEL_COMPILER)
#define PERL_UNUSED_DECL
@ -230,6 +231,7 @@ __DATA__
#else
#define PERL_UNUSED_DECL
#endif
#endif
#ifndef dNOOP
#define NOOP (void)0