Added LineParser::gettoken_intx with basic arithmetic expression handling for LoadAndSetImage, SectionSetFlags and SectionSetInstTypes.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7180 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e73d05f1f5
commit
887d9f8723
8 changed files with 156 additions and 86 deletions
|
@ -568,6 +568,7 @@ class CEXEBuild {
|
|||
int DeclaredUserVar(const TCHAR *VarName);
|
||||
void VerifyDeclaredUserVarRefs(UserVarsStringList *pVarsStringList);
|
||||
bool IsIntOrUserVar(const LineParser &line, int token) const;
|
||||
static bool IsVarPrefix(const TCHAR*s) { return *s++ == _T('$') && *s > ' '; }
|
||||
|
||||
ConstantsStringList m_ShellConstants;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue