summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-01-06 19:17:42 -0700
committerKarl Williamson <public@khwilliamson.com>2013-01-06 21:22:43 -0700
commit69527dbda3f30fa198e45d54e96c981aae416bf3 (patch)
tree79e0ced9f4e4d8d968202dac02635292f19bc360 /embed.fnc
parent6f33e417aad1cacc68f58df4589f26a8a1fd88a0 (diff)
downloadperl-69527dbda3f30fa198e45d54e96c981aae416bf3.tar.gz
embed.fnc: Properly declare fcn inline
This function is specified as inline in the source code, but not in the prototypes; only one compiler seems to have noticed.
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 5e03012ea1..a2f064b3c4 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1416,7 +1416,7 @@ EiMR |UV* |get_invlist_iter_addr |NN SV* invlist
EiMR |UV* |get_invlist_version_id_addr |NN SV* invlist
EiM |void |invlist_iterinit|NN SV* invlist
EsMR |bool |invlist_iternext|NN SV* invlist|NN UV* start|NN UV* end
-EsM |void |invlist_iterfinish|NN SV* invlist
+EiM |void |invlist_iterfinish|NN SV* invlist
EiMR |UV |invlist_highest|NN SV* const invlist
#endif
#if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_UTF8_C)