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.ipfire.org/?a=commitdiff_plain;h=c2d8838cabeb67336cae69da24c1fefe868162f5;p=thirdparty%2Fpostgresql.git Fix _cplusplus test in both trees. --- diff --git a/src/interfaces/ecpg/include/sqlca.h b/src/interfaces/ecpg/include/sqlca.h index d1fedd5b85b..f7d95ed9fcd 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