several fixes, see CHANGES.current 10/04/2004

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6317 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-10-05 00:19:26 +00:00
commit 776f15623e
17 changed files with 216 additions and 97 deletions

View file

@ -16,14 +16,10 @@
return 0;
}
C(int a = 0)
C(int a)
{
}
protected:
C()
{
}
};
@ -35,14 +31,10 @@
return 0;
}
C(double a = 0)
C(double a)
{
}
protected:
C()
{
}
};