r13625: Now that Heimdal 0.7.2 is released, we reenable our strict checking for
authorGünther Deschner <gd@samba.org>
Wed, 22 Feb 2006 11:47:41 +0000 (11:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:10:20 +0000 (11:10 -0500)
c++ reserved names.

Guenther

source/include/includes.h

index 210c0040b5bc61b5c5fbf2c61dde11640a6db584..407c68b4c394f89690ed51f2fef1f32db5f0ab3a 100644 (file)
@@ -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