Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 2669990f25f592df6dc48bd7fe0437e0d7211d0a
https://github.com/Perl/perl5/commit/2669990f25f592df6dc48bd7fe0437e0d7211d0a
Author: Tony Cook <[email protected]>
Date: 2021-12-07 (Tue, 07 Dec 2021)
Changed paths:
M pp_sys.c
Log Message:
-----------
add {} around the now two lines introduced by f7f919a0
This turned out to be harmless, as sv_setpvn_fresh() does nothing
when h_addr is NULL, but the call is also unnecessary when h_addr
is NULL, and possibly confusing to future maintainers.
CID 343917