mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
r13625: Now that Heimdal 0.7.2 is released, we reenable our strict checking for
c++ reserved names. Guenther (This used to be commit e0b50d008728cfc66f6b1eefdadf8a708f4d9500)
This commit is contained in:
parent
cab298856a
commit
2a0ad559ad
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user