From 072be79ca84352d0baab09d7f961bdc472a40b3f Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 7 May 2022 10:09:41 -0600 Subject: autodoc: sv_inline.h fcns are going to be for SV --- autodoc.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'autodoc.pl') 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, -- cgit v1.2.1