Auto-generate files after cl/594337191

pull/15223/head
Protobuf Team Bot 11 months ago
parent 1fc0e72416
commit 61b82528ba
  1. 6
      php/ext/google/protobuf/php-upb.h
  2. 6
      ruby/ext/google/protobuf_c/ruby-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_

@ -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_

Loading…
Cancel
Save