From 4a581e5cd0e29c23e101be658981bdfa329b98f0 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sat, 10 Dec 2022 13:55:51 -0800 Subject: [PATCH] Fixed Lexan builds that were broken by cl/494400285. PiperOrigin-RevId: 494428378 --- upb/wire/eps_copy_input_stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upb/wire/eps_copy_input_stream.h b/upb/wire/eps_copy_input_stream.h index 7ab0ac4ff1..ea6d530e10 100644 --- a/upb/wire/eps_copy_input_stream.h +++ b/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)) {