missing add SWIGINTERN
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8126 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
eb47550e24
commit
262c2f2f37
1 changed files with 1 additions and 1 deletions
|
|
@ -741,7 +741,7 @@ Swig_extension_code(const String *function_name, ParmList *parms,
|
|||
String *parms_str = cplusplus ? ParmList_str_defaultargs(parms) : ParmList_str(parms);
|
||||
String *sig = NewStringf("%s(%s)", function_name, parms_str);
|
||||
String *rt_sig = SwigType_str(return_type,sig);
|
||||
String *body = NewStringf("static %s", rt_sig);
|
||||
String *body = NewStringf("SWIGINTERN %s", rt_sig);
|
||||
Printv(body, code, "\n", NIL);
|
||||
Delete(parms_str);
|
||||
Delete(sig);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue