comment fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9676 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e891cd8393
commit
57b20069d9
1 changed files with 5 additions and 1 deletions
|
|
@ -2559,7 +2559,7 @@ int Language::constructorDeclaration(Node *n) {
|
|||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
* Language::constructorHandler()
|
||||
* get_director_ctor_code()
|
||||
* ---------------------------------------------------------------------- */
|
||||
|
||||
static String *get_director_ctor_code(Node *n, String *director_ctor_code, String *director_prot_ctor_code, List *&abstract) {
|
||||
|
|
@ -2587,6 +2587,10 @@ static String *get_director_ctor_code(Node *n, String *director_ctor_code, Strin
|
|||
}
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
* Language::constructorHandler()
|
||||
* ---------------------------------------------------------------------- */
|
||||
|
||||
int Language::constructorHandler(Node *n) {
|
||||
Swig_require("constructorHandler", n, "?name", "*sym:name", "?type", "?parms", NIL);
|
||||
String *symname = Getattr(n, "sym:name");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue