[Mesa-dev] [PATCH 2/2] egl/haiku: Drop extern "C". No longer needed
Alexander von Gluck IV
kallisti5 at unixzen.com
Thu May 14 14:39:07 PDT 2015
On , Brian Paul wrote:
> On 05/13/2015 04:14 PM, Alexander von Gluck IV wrote:
>> ---
>> src/egl/drivers/haiku/egl_haiku.cpp | 2 --
>> 1 files changed, 0 insertions(+), 2 deletions(-)
>>
>> diff --git a/src/egl/drivers/haiku/egl_haiku.cpp
>> b/src/egl/drivers/haiku/egl_haiku.cpp
>> index 4cf2ccb..4d9888d 100644
>> --- a/src/egl/drivers/haiku/egl_haiku.cpp
>> +++ b/src/egl/drivers/haiku/egl_haiku.cpp
>> @@ -27,7 +27,6 @@
>> #include <stdint.h>
>> #include <stdio.h>
>>
>> -extern "C" {
>> #include "loader.h"
>> #include "eglconfig.h"
>> #include "eglcontext.h"
>> @@ -38,7 +37,6 @@ extern "C" {
>> #include "eglsurface.h"
>> #include "eglimage.h"
>> #include "egltypedefs.h"
>> -}
>>
>> #include <InterfaceKit.h>
>> #include <OpenGLKit.h>
>>
>
> Both look OK to me.
>
> Reviewed-by: Brian Paul <brianp at vmware.com>
Thanks! :-)
imirkin_ mentioned my commit messages aren't inline with the format mesa
generally uses.
I'll adhere better future commits. (there was also some unicode
character that got copied and
pasted in, uugh)
-- Alex
More information about the mesa-dev
mailing list