Revert "Octave: remove unused field SwigOctClass::constructor_doc"
This reverts commit afa9affcd9.
Reverting a series of Octave commits for re-applying again without
incorrect whitespace changes.
This commit is contained in:
parent
afa9affcd9
commit
a9c9c9c848
2 changed files with 5 additions and 2 deletions
|
|
@ -1039,11 +1039,13 @@ public:
|
|||
String* nspace = Getattr(n, "sym:nspace");
|
||||
String* cname = Swig_name_construct(nspace, constructor_name);
|
||||
String* wcname = Swig_name_wrapper(cname);
|
||||
Printf(f_wrappers, "%s,", wcname);
|
||||
String* tname = texinfo_name(n);
|
||||
Printf(f_wrappers, "%s,%s,", wcname, tname);
|
||||
Delete(tname);
|
||||
Delete(wcname);
|
||||
Delete(cname);
|
||||
} else {
|
||||
Printv(f_wrappers, "0,", NIL);
|
||||
Printv(f_wrappers, "0,0,", NIL);
|
||||
}
|
||||
if (have_destructor) {
|
||||
String* nspace = Getattr(n, "sym:nspace");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue