fix seg. fault in errors/.. and revert to previous 1.89 version

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6717 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-11-11 23:30:25 +00:00
commit 1bdc2fa223
2 changed files with 27 additions and 44 deletions

View file

@ -223,5 +223,9 @@ struct ConstMethods {
double cfunc3(double x,double p = 3) {
return(x+p);
}
typedef struct pointf {
double x,y;
} pointf;
}
%}