Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 9312140ba1ac523a74c69d552697f2767e128e04
https://github.com/Perl/perl5/commit/9312140ba1ac523a74c69d552697f2767e128e04
Author: Yves Orton <[email protected]>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M toke.c
Log Message:
-----------
toke.c - dont just return the function, assign it to an intermediary
So we can debug it before we return. an optimization compiler should
make them the same thing anyway, but under -Og it is helpful to be able
to be able to see the return before we return it.