From d771dca875579198e8a34ee9d0e3e6dfb8168db7 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 5 Sep 2020 11:02:01 -0600 Subject: [PATCH 1/1] embed.fnc: Note pregcomp/pregexec are now documented This silences a warning from autodoc.pl. Spotted by James Keenan --- embed.fnc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embed.fnc b/embed.fnc index c9127d0..18f80fe 100644 --- a/embed.fnc +++ b/embed.fnc @@ -1919,7 +1919,7 @@ Apd |void |sv_vsetpvfn |NN SV *const sv|NN const char *const pat|const STRLEN pa ApR |NV |str_to_version |NN SV *sv Ap |void |regdump |NN const regexp* r CiTop |struct regexp *|ReANY |NN const REGEXP * const re -Ap |I32 |pregexec |NN REGEXP * const prog|NN char* stringarg \ +Apdh |I32 |pregexec |NN REGEXP * const prog|NN char* stringarg \ |NN char* strend|NN char* strbeg \ |SSize_t minend |NN SV* screamer|U32 nosave Ap |void |pregfree |NULLOK REGEXP* r @@ -1931,7 +1931,7 @@ Ap |void |regfree_internal|NN REGEXP *const rx Ap |void* |regdupe_internal|NN REGEXP * const r|NN CLONE_PARAMS* param #endif EXp |regexp_engine const *|current_re_engine -Ap |REGEXP*|pregcomp |NN SV * const pattern|const U32 flags +Apdh |REGEXP*|pregcomp |NN SV * const pattern|const U32 flags p |REGEXP*|re_op_compile |NULLOK SV ** const patternp \ |int pat_count|NULLOK OP *expr \ |NN const regexp_engine* eng \ -- 1.8.3.1