Re: [PATCH] libcpp: deduplicate definition of padding size

2024-08-24 Thread Richard Biener
> Am 24.08.2024 um 16:47 schrieb Alexander Monakov : > > Tie together the two functions that ensure tail padding with > search_line_ssse3 via CPP_BUFFER_PADDING macro. Ok Richard > libcpp/ChangeLog: > >* internal.h (CPP_BUFFER_PADDING): New macro; use it ... >* charset.cc (_cpp_co

[PATCH] libcpp: deduplicate definition of padding size

2024-08-24 Thread Alexander Monakov
Tie together the two functions that ensure tail padding with search_line_ssse3 via CPP_BUFFER_PADDING macro. libcpp/ChangeLog: * internal.h (CPP_BUFFER_PADDING): New macro; use it ... * charset.cc (_cpp_convert_input): ...here, and ... * files.cc (read_file_guts): ...here,