In -gh mode, fix the "too many initializers" error
which was caused by an incompatible swig_type_info layout. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5888 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0f3b839af9
commit
4280b31589
1 changed files with 2 additions and 1 deletions
|
|
@ -116,8 +116,9 @@ typedef struct swig_type_info {
|
|||
swig_converter_func converter;
|
||||
const char *str;
|
||||
void *clientdata;
|
||||
size_t tag;
|
||||
swig_dycast_func dcast;
|
||||
size_t tag;
|
||||
int dummy;
|
||||
} swig_type_info;
|
||||
|
||||
SWIGSTATIC void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue