Uncomment testing of overloading of const char arrays which was fixed in svn r12541 for swig-2.0.3.
This commit is contained in:
parent
cfd8497f3e
commit
de136ad6cf
1 changed files with 0 additions and 2 deletions
|
|
@ -61,7 +61,6 @@ char* test_b(name a, const namea b) {
|
|||
return a;
|
||||
}
|
||||
|
||||
#if 0
|
||||
int test_a(int a) {
|
||||
return a;
|
||||
}
|
||||
|
|
@ -70,7 +69,6 @@ int test_b(int a) {
|
|||
return a;
|
||||
}
|
||||
|
||||
#endif
|
||||
%}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue