Initialize build_include_depth
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2850 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9cd28a4c3d
commit
89c14ee511
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue