Fixed two typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6178 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3d9c850bb5
commit
ddd7e92b3a
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ Removes an item from the global define list. Note that $\{SYMBOL\} where SYMBOL
|
|||
|
||||
\S1{ifdef} !ifdef
|
||||
|
||||
\c gflag [bcheck gflag [...]]]
|
||||
\c gflag [bcheck gflag [...]]
|
||||
|
||||
This command, when paired with an !endif command, will tell the compiler whether or not to compile the lines in between the two lines. If gflag is globally defined (using !define or the /D switch), then the contained lines will be compiled. Otherwise, they will be skipped. 'bcheck' can be specified as & (boolean and) or | (boolean or) along with more gflags -- precedence is simple, left to right.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue