Fixes for Sun Workshop compiler

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5988 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-06-15 20:06:19 +00:00
commit 22f81ece7c
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ typedef int Integer;
struct A
{
int aa;
};
Integer importtest1(Integer i) {

View file

@ -10,6 +10,7 @@ typedef char * TypedefString;
struct B
{
int bb;
};
TypedefString importtest2(TypedefString str) {