summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-02-27 07:56:17 -0700
committerKarl Williamson <khw@cpan.org>2020-03-01 09:02:08 -0700
commit32c43df9161617174e3aa6c4559dce0717116da1 (patch)
tree63406300514a2378f27ab9ae9c53cd951aadf341 /embed.fnc
parentc6572a6d12f9d71a946ea286e633e948a1c6db61 (diff)
downloadperl-32c43df9161617174e3aa6c4559dce0717116da1.tar.gz
embed.fnc: Make re_croak a format fcn
This enables compiler warnings when argument types don't match the format
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 44d5fb9d24..bb0c3e429e 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2710,7 +2710,7 @@ ES |SSize_t|study_chunk |NN RExC_state_t *pRExC_state \
ESR |SV * |get_ANYOFM_contents|NN const regnode * n
ESRT |U32 |add_data |NN RExC_state_t* const pRExC_state \
|NN const char* const s|const U32 n
-rS |void |re_croak |bool utf8|NN const char* pat|...
+frS |void |re_croak |bool utf8|NN const char* pat|...
ES |int |handle_possible_posix \
|NN RExC_state_t *pRExC_state \
|NN const char* const s \