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=c2d8838cabeb67336cae69da24c1fefe868162f5;p=users%2Fc2main%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