Author: gd Date: 2006-02-22 11:47:41 +0000 (Wed, 22 Feb 2006) New Revision: 13625
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13625 Log: Now that Heimdal 0.7.2 is released, we reenable our strict checking for c++ reserved names. Guenther Modified: branches/SAMBA_3_0/source/include/includes.h trunk/source/include/includes.h Changeset: Modified: branches/SAMBA_3_0/source/include/includes.h =================================================================== --- branches/SAMBA_3_0/source/include/includes.h 2006-02-22 11:19:46 UTC (rev 13624) +++ branches/SAMBA_3_0/source/include/includes.h 2006-02-22 11:47:41 UTC (rev 13625) @@ -27,8 +27,7 @@ #ifndef __cplusplus #define class #error DONT_USE_CPLUSPLUS_RESERVED_NAMES -/* allow to build with newer heimdal releases */ -/* #define private #error DONT_USE_CPLUSPLUS_RESERVED_NAMES */ +#define private #error DONT_USE_CPLUSPLUS_RESERVED_NAMES #define public #error DONT_USE_CPLUSPLUS_RESERVED_NAMES #define protected #error DONT_USE_CPLUSPLUS_RESERVED_NAMES #define template #error DONT_USE_CPLUSPLUS_RESERVED_NAMES Modified: trunk/source/include/includes.h =================================================================== --- trunk/source/include/includes.h 2006-02-22 11:19:46 UTC (rev 13624) +++ trunk/source/include/includes.h 2006-02-22 11:47:41 UTC (rev 13625) @@ -27,8 +27,7 @@ #ifndef __cplusplus #define class #error DONT_USE_CPLUSPLUS_RESERVED_NAMES -/* allow to build with newer heimdal releases */ -/* #define private #error DONT_USE_CPLUSPLUS_RESERVED_NAMES */ +#define private #error DONT_USE_CPLUSPLUS_RESERVED_NAMES #define public #error DONT_USE_CPLUSPLUS_RESERVED_NAMES #define protected #error DONT_USE_CPLUSPLUS_RESERVED_NAMES #define template #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
