From b8bc77dd3e96e21f34918cc71cb58ef212f4bc6b Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Wed, 2 Feb 2000 04:30:08 +0000 Subject: [PATCH] Oops. Reverted operation of the preprocessor back to normal SWIG1.1 behavior. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@176 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/Preprocessor/cpp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Source/Preprocessor/cpp.c b/SWIG/Source/Preprocessor/cpp.c index 146482c9f..3f20c92b1 100644 --- a/SWIG/Source/Preprocessor/cpp.c +++ b/SWIG/Source/Preprocessor/cpp.c @@ -21,7 +21,7 @@ static char cvsroot[] = "$Header$"; #include static DOH *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 DOH *included_files = 0;