Don't define "protected" macro in C++ mode.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28362 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a4f9a2b8c5
commit
a9d23be2f3
@ -11,7 +11,10 @@
|
||||
|
||||
#define __FBSDID(x)
|
||||
#define __unused
|
||||
#define protected
|
||||
|
||||
#ifndef __cplusplus
|
||||
# define protected
|
||||
#endif
|
||||
|
||||
#define __printflike(a, b) __attribute__ ((format (__printf__, (a), (b))))
|
||||
#define __printf0like(a, b)
|
||||
|
Loading…
Reference in New Issue
Block a user