In Perl_do_openn(), move {in,out}_{raw,crlf} into the !as_raw block.
authorNicholas Clark <nick@ccl4.org>
Sat, 1 Mar 2014 21:00:29 +0000 (22:00 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 19 Mar 2014 09:57:52 +0000 (10:57 +0100)
commitc564b489757973ad664254ae00cf16880e1f7db5
tree2b60610e5f1c9263f5eef7cb7a097e027a1389ba
parent0c9de5b7970eafe06ebc3a92f5f24b972581372d
In Perl_do_openn(), move {in,out}_{raw,crlf} into the !as_raw block.

These 4 variables are only needed there, so by moving them into the block we
save doing unneeded work for the as_raw case (ie sysopen), and as a side
effect make the function a bit clearer.
doio.c