fix for templates to avoid using the templatereduce mode
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7961 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
658add5760
commit
99f0122d0d
5 changed files with 24 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ char cvsroot_perl5_cxx[] = "$Header$";
|
|||
|
||||
#include "swigmod.h"
|
||||
#include "cparse.h"
|
||||
static int treduce = SWIG_cparse_template_reduce(1);
|
||||
static int treduce = SWIG_cparse_template_reduce(0);
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ char cvsroot_ruby_cxx[] = "$Header$";
|
|||
|
||||
#include "swigmod.h"
|
||||
#include "cparse.h"
|
||||
static int treduce = SWIG_cparse_template_reduce(1);
|
||||
static int treduce = SWIG_cparse_template_reduce(0);
|
||||
|
||||
#define SWIG_PROTECTED_TARGET_METHODS 1
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ char cvsroot_tcl8_cxx[] = "$Header$";
|
|||
|
||||
#include "swigmod.h"
|
||||
#include "cparse.h"
|
||||
static int treduce = SWIG_cparse_template_reduce(1);
|
||||
static int treduce = SWIG_cparse_template_reduce(0);
|
||||
|
||||
static const char *usage = (char*)"\
|
||||
Tcl 8 Options (available with -tcl)\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue