comment fixes

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9676 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2007-04-17 22:34:49 +00:00
commit 57b20069d9

View file

@ -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");