Branch: refs/heads/yves/fix_regcomp_internal_typedef
Home: https://github.com/Perl/perl5
Commit: e6b283c814a1212ea500352f0bd8c9e5ad4a7cf9
https://github.com/Perl/perl5/commit/e6b283c814a1212ea500352f0bd8c9e5ad4a7cf9
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.