summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embed.fnc2
-rw-r--r--toke.c3
2 files changed, 4 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 7294ebd94b..05cbf937c0 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1546,7 +1546,7 @@ Apd |void |cv_set_call_checker_flags|NN CV *cv \
Apd |void |wrap_op_checker|Optype opcode|NN Perl_check_t new_checker|NN Perl_check_t *old_checker_p
Axpd |void |wrap_keyword_plugin|NN Perl_keyword_plugin_t new_plugin|NN Perl_keyword_plugin_t *old_plugin_p
ApR |PERL_SI*|new_stackinfo|I32 stitems|I32 cxitems
-Ap |char* |scan_vstring |NN const char *s|NN const char *const e \
+Apd |char* |scan_vstring |NN const char *s|NN const char *const e \
|NN SV *sv
Apd |const char* |scan_version |NN const char *s|NN SV *rv|bool qv
Apd |const char* |prescan_version |NN const char *s\
diff --git a/toke.c b/toke.c
index e1309b27e1..ea9905044e 100644
--- a/toke.c
+++ b/toke.c
@@ -12879,6 +12879,8 @@ S_add_utf16_textfilter(pTHX_ U8 *const s, bool reversed)
#endif
/*
+=for apidoc scan_vstring
+
Returns a pointer to the next character after the parsed
vstring, as well as updating the passed in sv.
@@ -12896,6 +12898,7 @@ calling scope, hence the sv_2mortal in the example (to prevent
a leak). Make sure to do SvREFCNT_inc afterwards if you use
sv_2mortal.
+=cut
*/
char *