diff --git a/php/ext/google/protobuf/php-upb.h b/php/ext/google/protobuf/php-upb.h index 663a94132d..be65077a21 100644 --- a/php/ext/google/protobuf/php-upb.h +++ b/php/ext/google/protobuf/php-upb.h @@ -13666,8 +13666,8 @@ enum { * decode.c and decode_fast.c. */ -#ifndef UPB_WIRE_INTERNAL_DECODE_H_ -#define UPB_WIRE_INTERNAL_DECODE_H_ +#ifndef UPB_WIRE_INTERNAL_DECODER_H_ +#define UPB_WIRE_INTERNAL_DECODER_H_ #include "utf8_range.h" @@ -13774,7 +13774,7 @@ UPB_INLINE uint32_t _upb_FastDecoder_LoadTag(const char* ptr) { } -#endif /* UPB_WIRE_INTERNAL_DECODE_H_ */ +#endif /* UPB_WIRE_INTERNAL_DECODER_H_ */ #ifndef UPB_WIRE_INTERNAL_ENDIAN_H_ #define UPB_WIRE_INTERNAL_ENDIAN_H_ diff --git a/ruby/ext/google/protobuf_c/ruby-upb.h b/ruby/ext/google/protobuf_c/ruby-upb.h index a9f0200255..73437ceceb 100755 --- a/ruby/ext/google/protobuf_c/ruby-upb.h +++ b/ruby/ext/google/protobuf_c/ruby-upb.h @@ -13485,8 +13485,8 @@ enum { * decode.c and decode_fast.c. */ -#ifndef UPB_WIRE_INTERNAL_DECODE_H_ -#define UPB_WIRE_INTERNAL_DECODE_H_ +#ifndef UPB_WIRE_INTERNAL_DECODER_H_ +#define UPB_WIRE_INTERNAL_DECODER_H_ #include "utf8_range.h" @@ -13593,7 +13593,7 @@ UPB_INLINE uint32_t _upb_FastDecoder_LoadTag(const char* ptr) { } -#endif /* UPB_WIRE_INTERNAL_DECODE_H_ */ +#endif /* UPB_WIRE_INTERNAL_DECODER_H_ */ #ifndef UPB_WIRE_INTERNAL_ENDIAN_H_ #define UPB_WIRE_INTERNAL_ENDIAN_H_