ignored invalid preprocessor commands in ignored blocks
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4909 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
60c3a6165e
commit
910ed492ab
4 changed files with 12 additions and 1 deletions
|
@ -10,6 +10,8 @@ this should not be executed, so no error should be raised
|
|||
code inside comments should not be executed
|
||||
!ifdef
|
||||
*/
|
||||
# invalid preprocessor should be ignored
|
||||
!hello
|
||||
!endif
|
||||
|
||||
!ifdef d1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue