fix fastinit option initial value, ie, it should be disabled(0)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8965 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
eaa4febc80
commit
ab22c72a56
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ static int proxydel = 1;
|
|||
static int fastunpack = 0;
|
||||
static int fastproxy = 0;
|
||||
static int fastquery = 0;
|
||||
static int fastinit = 1;
|
||||
static int fastinit = 0;
|
||||
static int olddefs = 0;
|
||||
static int modernargs = 0;
|
||||
static int aliasobj0 = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue