Auto-generate files after cl/652541857

pull/17401/head
Protobuf Team Bot 8 months ago
parent 8b96aa1e4c
commit cfff6e9811
  1. 6
      php/ext/google/protobuf/php-upb.c
  2. 6
      ruby/ext/google/protobuf_c/ruby-upb.c

@ -12204,9 +12204,9 @@ upb_Extension* UPB_PRIVATE(_upb_Message_GetOrCreateExtension)(
// Must be last.
const float kUpb_FltInfinity = INFINITY;
const double kUpb_Infinity = INFINITY;
const double kUpb_NaN = NAN;
const float kUpb_FltInfinity = (float)(1.0 / 0.0);
const double kUpb_Infinity = 1.0 / 0.0;
const double kUpb_NaN = 0.0 / 0.0;
bool UPB_PRIVATE(_upb_Message_Realloc)(struct upb_Message* msg, size_t need,
upb_Arena* a) {

@ -11692,9 +11692,9 @@ upb_Extension* UPB_PRIVATE(_upb_Message_GetOrCreateExtension)(
// Must be last.
const float kUpb_FltInfinity = INFINITY;
const double kUpb_Infinity = INFINITY;
const double kUpb_NaN = NAN;
const float kUpb_FltInfinity = (float)(1.0 / 0.0);
const double kUpb_Infinity = 1.0 / 0.0;
const double kUpb_NaN = 0.0 / 0.0;
bool UPB_PRIVATE(_upb_Message_Realloc)(struct upb_Message* msg, size_t need,
upb_Arena* a) {

Loading…
Cancel
Save