mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3:include: Fix code spelling
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
8a9e07ad86
commit
f27ab6d9f5
@ -32,7 +32,7 @@
|
||||
|
||||
/* only do the C++ reserved word check when we compile
|
||||
to include --with-developer since too many systems
|
||||
still have comflicts with their header files (e.g. IRIX 6.4) */
|
||||
still have conflicts with their header files (e.g. IRIX 6.4) */
|
||||
|
||||
#if !defined(__cplusplus) && defined(DEVELOPER) && defined(__linux__)
|
||||
#define class #error DONT_USE_CPLUSPLUS_RESERVED_NAMES
|
||||
|
Loading…
Reference in New Issue
Block a user