%extend for nested unnamed C structs
This commit is contained in:
parent
caaf224b59
commit
2aa540b9c0
3 changed files with 12 additions and 9 deletions
|
|
@ -198,6 +198,7 @@ static String *external_runtime_name = 0;
|
|||
enum { STAGE1=1, STAGE2=2, STAGE3=4, STAGE4=8, STAGEOVERFLOW=16 };
|
||||
static List *libfiles = 0;
|
||||
static List *all_output_files = 0;
|
||||
extern "C" void check_extensions();
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* check_extension()
|
||||
|
|
@ -1172,6 +1173,7 @@ int SWIG_main(int argc, char *argv[], Language *l) {
|
|||
Printf(stdout, "Processing unnamed structs...\n");
|
||||
Swig_nested_name_unnamed_c_structs(top);
|
||||
}
|
||||
check_extensions();
|
||||
|
||||
if (Verbose) {
|
||||
Printf(stdout, "Processing types...\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue