1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Rename USE_INLINE to PG_USE_INLINE

The former name was too likely to conflict with symbols from external
headers; and, as seen in recent buildfarm failures in member spoonbill,
it has now happened at least in plpython.
This commit is contained in:
Alvaro Herrera
2012-10-09 11:10:10 -03:00
parent 0b77aebabf
commit f46baf601d
8 changed files with 25 additions and 26 deletions

2
configure vendored Executable file → Normal file
View File

@ -15182,7 +15182,7 @@ $as_echo "$pgac_cv_c_inline_quietly" >&6; }
if test "$pgac_cv_c_inline_quietly" != no; then
cat >>confdefs.h <<_ACEOF
#define USE_INLINE 1
#define PG_USE_INLINE 1
_ACEOF
fi