Fixed Lexan builds that were broken by cl/494400285.

PiperOrigin-RevId: 494428378
pull/13171/head
Joshua Haberman 2 years ago committed by Copybara-Service
parent 1b0b06f082
commit 4a581e5cd0
  1. 2
      upb/wire/eps_copy_input_stream.h

@ -259,7 +259,7 @@ typedef const char* upb_EpsCopyInputStream_ParseDelimitedFunc(
// fits within this buffer, calls `func` with `ctx` as a parameter, where the
// pushing and popping of limits is handled automatically and with lower cost
// than the normal PushLimit()/PopLimit() sequence.
UPB_FORCEINLINE bool upb_EpsCopyInputStream_TryParseDelimitedFast(
static UPB_FORCEINLINE bool upb_EpsCopyInputStream_TryParseDelimitedFast(
upb_EpsCopyInputStream* e, const char** ptr, int len,
upb_EpsCopyInputStream_ParseDelimitedFunc* func, void* ctx) {
if (!upb_EpsCopyInputStream_CheckSubMessageSizeAvailable(e, *ptr, len)) {

Loading…
Cancel
Save