[PATCH 1/3] remove usage of 'c_plusplus' preprocessor macro

2015-08-07 Thread Emil Velikov
On 7 August 2015 at 13:11, Thierry Reding wrote: > On Fri, Aug 07, 2015 at 10:37:56AM +0300, Tapani Pälli wrote: >> Use only __cplusplus which is supported by the C++ standard. >> >> Signed-off-by: Tapani Pälli >> --- >> libkms/libkms.h | 4 ++-- >> xf86drm.h | 4 ++-- >> xf86drmMode.h

[PATCH 1/3] remove usage of 'c_plusplus' preprocessor macro

2015-08-07 Thread Tapani Pälli
On 08/07/2015 03:11 PM, Thierry Reding wrote: > On Fri, Aug 07, 2015 at 10:37:56AM +0300, Tapani Pälli wrote: >> Use only __cplusplus which is supported by the C++ standard. >> >> Signed-off-by: Tapani Pälli >> --- >> libkms/libkms.h | 4 ++-- >> xf86drm.h | 4 ++-- >> xf86drmMode.h

[PATCH 1/3] remove usage of 'c_plusplus' preprocessor macro

2015-08-07 Thread Thierry Reding
On Fri, Aug 07, 2015 at 03:16:10PM +0300, Tapani Pälli wrote: > > > On 08/07/2015 03:11 PM, Thierry Reding wrote: > >On Fri, Aug 07, 2015 at 10:37:56AM +0300, Tapani Pälli wrote: > >>Use only __cplusplus which is supported by the C++ standard. > >> > >>Signed-off-by: Tapani Pälli > >>--- > >>

[PATCH 1/3] remove usage of 'c_plusplus' preprocessor macro

2015-08-07 Thread Chris Wilson
On Fri, Aug 07, 2015 at 02:38:49PM +0200, Thierry Reding wrote: > On Fri, Aug 07, 2015 at 03:16:10PM +0300, Tapani Pälli wrote: > > > > > > On 08/07/2015 03:11 PM, Thierry Reding wrote: > > >On Fri, Aug 07, 2015 at 10:37:56AM +0300, Tapani Pälli wrote: > > >>Use only __cplusplus which is suppor

[PATCH 1/3] remove usage of 'c_plusplus' preprocessor macro

2015-08-07 Thread Thierry Reding
On Fri, Aug 07, 2015 at 10:37:56AM +0300, Tapani Pälli wrote: > Use only __cplusplus which is supported by the C++ standard. > > Signed-off-by: Tapani Pälli > --- > libkms/libkms.h | 4 ++-- > xf86drm.h | 4 ++-- > xf86drmMode.h | 4 ++-- > 3 files changed, 6 insertions(+), 6 deletions

[PATCH 1/3] remove usage of 'c_plusplus' preprocessor macro

2015-08-07 Thread Tapani Pälli
Use only __cplusplus which is supported by the C++ standard. Signed-off-by: Tapani Pälli --- libkms/libkms.h | 4 ++-- xf86drm.h | 4 ++-- xf86drmMode.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libkms/libkms.h b/libkms/libkms.h index c00b159..930a2bf 1006