diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-01-06 19:17:42 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-01-06 21:22:43 -0700 |
commit | 69527dbda3f30fa198e45d54e96c981aae416bf3 (patch) | |
tree | 79e0ced9f4e4d8d968202dac02635292f19bc360 /embed.fnc | |
parent | 6f33e417aad1cacc68f58df4589f26a8a1fd88a0 (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |