steals python director docs and adapts to perl5
This commit is contained in:
parent
73e2de7538
commit
35dc86f064
2 changed files with 343 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ namespace Swig {
|
|||
protected:
|
||||
SV *err;
|
||||
public:
|
||||
DirectorMethodException(SV *sv)
|
||||
DirectorMethodException(SV *sv = sv_mortalcopy(ERRSV))
|
||||
: err(sv)
|
||||
{
|
||||
SvREFCNT_inc(err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue