| Index: third_party/libwebp/enc/histogram.h
|
| diff --git a/third_party/libwebp/enc/histogram.h b/third_party/libwebp/enc/histogram.h
|
| index 583b5a4f8082659c86e628e10f224e976cee8006..4d346a857b241bccc21905dd07f4b056482bfbbc 100644
|
| --- a/third_party/libwebp/enc/histogram.h
|
| +++ b/third_party/libwebp/enc/histogram.h
|
| @@ -24,7 +24,7 @@
|
| #include "../webp/format_constants.h"
|
| #include "../webp/types.h"
|
|
|
| -#if defined(__cplusplus) || defined(c_plusplus)
|
| +#ifdef __cplusplus
|
| extern "C" {
|
| #endif
|
|
|
| @@ -94,7 +94,7 @@ int VP8LGetHistoImageSymbols(int xsize, int ysize,
|
| VP8LHistogramSet* const image_in,
|
| uint16_t* const histogram_symbols);
|
|
|
| -#if defined(__cplusplus) || defined(c_plusplus)
|
| +#ifdef __cplusplus
|
| }
|
| #endif
|
|
|
|
|