Branch: refs/heads/yves/hpux_build_warning_suppression Home: https://github.com/Perl/perl5 Commit: d7931166fe63224b06f02440609ee999f7ecaec7 https://github.com/Perl/perl5/commit/d7931166fe63224b06f02440609ee999f7ecaec7 Author: Yves Orton <demer...@gmail.com> Date: 2023-03-22 (Wed, 22 Mar 2023)
Changed paths: M regcomp.c Log Message: ----------- regcomp.c - eliminate assignment in while condition This gives covertiy heartburn, and also makes the HPUX compiler whine. Reworking it so that it is a while 1 and the condition determines if we break out of the loop resolves the heartburn and makes for more readable code.