From 33e29f48475696d537fba950335923553d37153a Mon Sep 17 00:00:00 2001 From: Joseph Wang Date: Sun, 18 Mar 2012 04:58:08 +0000 Subject: [PATCH] set file_debug to false git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12930 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Swig/include.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Swig/include.c b/Source/Swig/include.c index 6b08df629..3766894ae 100644 --- a/Source/Swig/include.c +++ b/Source/Swig/include.c @@ -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) {