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:
parent
e11d8b931d
commit
22f81ece7c
2 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ typedef int Integer;
|
|||
|
||||
struct A
|
||||
{
|
||||
int aa;
|
||||
};
|
||||
|
||||
Integer importtest1(Integer i) {
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ typedef char * TypedefString;
|
|||
|
||||
struct B
|
||||
{
|
||||
int bb;
|
||||
};
|
||||
|
||||
TypedefString importtest2(TypedefString str) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue