move fix for typedef (no ptr/no ref) + director from directors.cxx to lang.cxx. This should fix more related problems around. Also fix for unnamed namespace in lang.cxx
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6639 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
4226a4b753
commit
709cc0bd34
2 changed files with 19 additions and 2 deletions
|
|
@ -214,7 +214,6 @@ String *Swig_method_decl(SwigType *s, const String_or_char *id, List *args, int
|
|||
if (!name) {
|
||||
name = NewString("");
|
||||
}
|
||||
SwigType_remember(type);
|
||||
p = SwigType_str(type, name);
|
||||
Append(result,p);
|
||||
String* value = Getattr(parm, "value");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue