parent
857e447654
commit
9be3235988
3 changed files with 23 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ void Swig_fragment_register(Node *fragment) {
|
|||
}
|
||||
Setfile(ccode, Getfile(fragment));
|
||||
Setline(ccode, Getline(fragment));
|
||||
/* Replace $descriptor() macros */
|
||||
Swig_cparse_replace_descriptor(ccode);
|
||||
Setattr(fragments, name, ccode);
|
||||
if (debug)
|
||||
Printf(stdout, "registering fragment %s %s\n", name, section);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue