*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@480 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
096fa28723
commit
a352936e89
2 changed files with 16 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ static char cvsroot[] = "$Header$";
|
|||
#include <ctype.h>
|
||||
|
||||
static DOHHash *cpp = 0; /* C preprocessor data */
|
||||
static int include_all = 1; /* Follow all includes */
|
||||
static int include_all = 0; /* Follow all includes */
|
||||
static int single_include = 1; /* Only include each file once */
|
||||
static int silent_errors = 0;
|
||||
static DOHHash *included_files = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue