Fixed typo in Perl5 docs.
Fixed typo in section 33.7.2 "Perl5 typemaps". There is no function set_setiv() in the perl api, the correct name is sv_setiv().
This commit is contained in:
parent
9db02a1e6b
commit
6d2aae4718
1 changed files with 1 additions and 1 deletions
|
|
@ -1888,7 +1888,7 @@ like this:
|
|||
<pre>
|
||||
%typemap(out) int {
|
||||
$result = sv_newmortal();
|
||||
set_setiv($result, (IV) $1);
|
||||
sv_setiv($result, (IV) $1);
|
||||
argvi++;
|
||||
}
|
||||
</pre>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue