| Index: third_party/snappy/mac/snappy-stubs-public.h
|
| diff --git a/third_party/snappy/mac/snappy-stubs-public.h b/third_party/snappy/mac/snappy-stubs-public.h
|
| index 144bb82123ff9a9d5ed5a8f42952370b5a243278..253d4c3a62f41b48172aee62ad109a01ca261316 100644
|
| --- a/third_party/snappy/mac/snappy-stubs-public.h
|
| +++ b/third_party/snappy/mac/snappy-stubs-public.h
|
| @@ -33,8 +33,8 @@
|
| // which is a public header. Instead, snappy-stubs-public.h is generated by
|
| // from snappy-stubs-public.h.in at configure time.
|
|
|
| -#ifndef UTIL_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_
|
| -#define UTIL_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_
|
| +#ifndef THIRD_PARTY_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_
|
| +#define THIRD_PARTY_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_
|
|
|
| #if 1
|
| #include <stdint.h>
|
| @@ -50,7 +50,7 @@
|
|
|
| #define SNAPPY_MAJOR 1
|
| #define SNAPPY_MINOR 1
|
| -#define SNAPPY_PATCHLEVEL 0
|
| +#define SNAPPY_PATCHLEVEL 4
|
| #define SNAPPY_VERSION \
|
| ((SNAPPY_MAJOR << 16) | (SNAPPY_MINOR << 8) | SNAPPY_PATCHLEVEL)
|
|
|
| @@ -97,4 +97,4 @@ struct iovec {
|
|
|
| } // namespace snappy
|
|
|
| -#endif // UTIL_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_
|
| +#endif // THIRD_PARTY_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_
|
|
|