Fixes to comply with with ISO/IEC 14882:1998(E) 17.4.3.1.2 (symbol names)
Symbols in the generated director code. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5154 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3f15089fe9
commit
8e017fe286
1 changed files with 1 additions and 1 deletions
|
|
@ -699,7 +699,7 @@ Swig_ConstructorToFunction(Node *n, String *classname,
|
|||
int abstract = Getattr(n, "abstract") != 0;
|
||||
Node *parent = Swig_methodclass(n);
|
||||
String *name = Getattr(parent, "sym:name");
|
||||
String* directorname = NewStringf("__DIRECTOR__%s", name);
|
||||
String* directorname = NewStringf("SwigDirector_%s", name);
|
||||
String* action = NewString("");
|
||||
String* tmp_none_comparison = Copy(none_comparison);
|
||||
String* director_call;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue