#undef const, inline, signed, volatile, on the expectation that a C++

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 87ca3bd294902d5e51073815f41fffa7fc54da67
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-04-14T01:00:16Z
Releases: 7.1.1
#undef const, inline, signed, volatile, on the expectation that a C++
compiler will understand them.  configure may have #define'd them to
empty because the local C compiler doesn't understand them, but this
may very well cause a C++ compilation to fail, so don't do it in C++.

Files

PathChange+/−
src/interfaces/libpq++/libpq++.h modified +9 −1
src/interfaces/libpq++/pgconnection.h modified +9 −1