From 89c14ee511609f9ea427beac3ec43ce00df28c1f Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 5 Sep 2003 22:05:53 +0000 Subject: [PATCH] Initialize build_include_depth git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2850 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/build.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/build.cpp b/Source/build.cpp index 8d300dc9..81d05d82 100644 --- a/Source/build.cpp +++ b/Source/build.cpp @@ -50,6 +50,8 @@ CEXEBuild::CEXEBuild() last_line_had_slash=0; inside_comment=false; + build_include_depth=0; + has_called_write_output=0; ns_func.add("",0); // make sure offset 0 is special on these (i.e. never used by a label)