Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 571fb71d60722b214fbda092cd4fdaf3341bb750 https://github.com/Perl/perl5/commit/571fb71d60722b214fbda092cd4fdaf3341bb750 Author: Yves Orton <[email protected]> Date: 2022-12-18 (Sun, 18 Dec 2022)
Changed paths:
M regcomp_internal.h
Log Message:
-----------
regcomp_internal.h - remove typedef
We already typedef scan_data_t in perl.h, we should not do so also
in regcomp_internal.h, we just need to defined struct scan_data_t.
