fix so that swig wraps what is actually used
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6300 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a44038b71f
commit
633b882ef7
1 changed files with 2 additions and 3 deletions
|
|
@ -5,8 +5,7 @@
|
|||
|
||||
%module anonymous_arg
|
||||
|
||||
void foo(int = 7771);
|
||||
|
||||
%{
|
||||
%inline %{
|
||||
void foo(int = 7771);
|
||||
void foo(int x) {}
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue