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:
Ingo Weinhold 2008-10-29 00:48:57 +00:00
parent a4f9a2b8c5
commit a9d23be2f3

View File

@ -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)