Branch: refs/heads/khw/pr
Home: https://github.com/Perl/perl5
Commit: 629d2c042c3de641fadbde94b6dfd880ef47f5d2
https://github.com/Perl/perl5/commit/629d2c042c3de641fadbde94b6dfd880ef47f5d2
Author: Karl Williamson <[email protected]>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M perl.h
Log Message:
-----------
Save and restore errno around DEBUG statements
Adding DEBUG statements should not affect errno. But it could. I have
in the past wrapped them in save/restores when it's become a problem.
But that is effort that could have been conserved by just always doing
it automatically.