Skip to content

Commit

Permalink
Auto-generate files after cl/594135760
Browse files Browse the repository at this point in the history
  • Loading branch information
protobuf-team-bot committed Dec 28, 2023
1 parent 7e1fd68 commit e9ea4a5
Show file tree
Hide file tree
Showing 4 changed files with 362 additions and 346 deletions.
2 changes: 1 addition & 1 deletion php/ext/google/protobuf/php-upb.c
Original file line number Diff line number Diff line change
Expand Up @@ -6209,7 +6209,7 @@ const double kUpb_NaN = NAN;

static const size_t realloc_overhead = sizeof(upb_Message_InternalData);

bool UPB_PRIVATE(_upb_Message_Realloc)(upb_Message* msg, size_t need,
bool UPB_PRIVATE(_upb_Message_Realloc)(struct upb_Message* msg, size_t need,
upb_Arena* arena) {
upb_Message_Internal* in = upb_Message_Getinternal(msg);
if (!in->internal) {
Expand Down
Loading

0 comments on commit e9ea4a5

Please sign in to comment.