Skip to content

Commit

Permalink
set file_debug to false
Browse files Browse the repository at this point in the history
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12930 626c5289-ae23-0410-ae9c-e8d60b6d4f22
  • Loading branch information
joequant committed Mar 18, 2012
1 parent 266ab63 commit 33e29f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Swig/include.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static List *directories = 0; /* List of include directories */
static String *lastpath = 0; /* Last file that was included */
static List *pdirectories = 0; /* List of pushed directories */
static int dopush = 1; /* Whether to push directories */
static int file_debug = 1;
static int file_debug = 0;

/* This functions determine whether to push/pop dirs in the preprocessor */
void Swig_set_push_dir(int push) {
Expand Down

0 comments on commit 33e29f4

Please sign in to comment.