fix seg. fault in errors/.. and revert to previous 1.89 version
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6717 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e3fe426896
commit
f668d1def8
2 changed files with 27 additions and 44 deletions
|
|
@ -223,5 +223,9 @@ struct ConstMethods {
|
|||
double cfunc3(double x,double p = 3) {
|
||||
return(x+p);
|
||||
}
|
||||
|
||||
typedef struct pointf {
|
||||
double x,y;
|
||||
} pointf;
|
||||
}
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue