*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@99 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
4273d397f5
commit
d76005a64c
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ static char cvsroot[] = "$Header$";
|
|||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
static DOH *cpp = 0; /* C preprocessor data */
|
||||
static int include_all = 0; /* Follow all includes */
|
||||
static int include_all = 1; /* Follow all includes */
|
||||
static int single_include = 1; /* Only include each file once */
|
||||
static int silent_errors = 0;
|
||||
static DOH *included_files = 0;
|
||||
|
|
@ -1001,7 +1001,7 @@ SWIG_cpp_parse(DOH *s)
|
|||
val = SWIG_expr(sval,&e);
|
||||
if (e) {
|
||||
Seek(value,0,SEEK_SET);
|
||||
cpp_error(Getfile(value),Getline(value),"Could not evaluate '%s'\n", value);
|
||||
/* cpp_error(Getfile(value),Getline(value),"Could not evaluate '%s'\n", value); */
|
||||
allow = 0;
|
||||
} else {
|
||||
if (val == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue