slight name changes to better fit the "standard"
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4877 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
94fc6745fa
commit
92229d0a82
3 changed files with 11 additions and 11 deletions
|
@ -299,7 +299,7 @@ int CEXEBuild::doParse(const char *str)
|
|||
// parse before checking if the line should be ignored, so block comments won't be missed
|
||||
res=line.parse((char*)m_linebuild.get(),!strnicmp((char*)m_linebuild.get(),"!define",7));
|
||||
|
||||
inside_comment = line.InCommentBlock();
|
||||
inside_comment = line.inCommentBlock();
|
||||
|
||||
// if ignoring, ignore all lines that don't begin with an exclamation mark
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue