summaryrefslogtreecommitdiff
path: root/autodoc.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-07 10:09:41 -0600
committerKarl Williamson <khw@cpan.org>2022-05-07 10:13:59 -0600
commit072be79ca84352d0baab09d7f961bdc472a40b3f (patch)
tree227ff07fa07000ed0ef350b59824f3167e8b1b01 /autodoc.pl
parent173ceef8cded5d065db272c5c288685931006d2a (diff)
downloadperl-072be79ca84352d0baab09d7f961bdc472a40b3f.tar.gz
autodoc: sv_inline.h fcns are going to be for SV
Diffstat (limited to 'autodoc.pl')
-rw-r--r--autodoc.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/autodoc.pl b/autodoc.pl
index 54e048a4c7..0a50e51e6e 100644
--- a/autodoc.pl
+++ b/autodoc.pl
@@ -439,6 +439,7 @@ my %initial_file_section = (
'pp_sort.c' => $SV_scn,
'regcomp.c' => $regexp_scn,
'regexp.h' => $regexp_scn,
+ 'sv_inline.h' => $SV_scn,
'taint.c' => $tainting_scn,
'unicode_constants.h' => $unicode_scn,
'utf8.c' => $unicode_scn,