From: Bruce Momjian Date: Tue, 23 Nov 1999 18:50:13 +0000 (+0000) Subject: Fix _cplusplus test in both trees. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=6f874e2663c411a5172e672a8b487407fe10fad0;p=users%2Fbernd%2Fpostgres.git Fix _cplusplus test in both trees. --- diff --git a/src/interfaces/ecpg/include/sqlca.h b/src/interfaces/ecpg/include/sqlca.h index d1fedd5b85..f7d95ed9fc 100644 --- a/src/interfaces/ecpg/include/sqlca.h +++ b/src/interfaces/ecpg/include/sqlca.h @@ -43,9 +43,9 @@ extern "C" extern struct sqlca sqlca; -#endif #ifdef __cplusplus } +#endif #endif