]> granicus.if.org Git - postgresql/commit
#undef const, inline, signed, volatile, on the expectation that a C++
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Apr 2000 01:00:16 +0000 (01:00 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Apr 2000 01:00:16 +0000 (01:00 +0000)
commit87ca3bd294902d5e51073815f41fffa7fc54da67
tree7a4c483947a4403095ab6f5bc0224207e3d0d085
parent07672d4e0ae887d4b06bdd01b03bbe64e8163bdf
#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++.
src/interfaces/libpq++/libpq++.h
src/interfaces/libpq++/pgconnection.h