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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user