Skip to content
Snippets Groups Projects
Commit de160e2c authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Make backend header files C++ safe

This alters various incidental uses of C++ key words to use other similar
identifiers, so that a C++ compiler won't choke outright.  You still
(probably) need extern "C" { }; around the inclusion of backend headers.

based on a patch by Kurt Harriman <harriman@acm.org>

Also add a script cpluspluscheck to check for C++ compatibility in the
future.  As of right now, this passes without error for me.
parent 4ef8dc7a
No related branches found
No related tags found
No related merge requests found
Showing
with 134 additions and 134 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment