fixed vc6 compile errors
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3974 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
96f98582ce
commit
fdca7f375d
2 changed files with 22 additions and 29 deletions
|
@ -92,9 +92,9 @@ typedef struct __ParseInfo
|
|||
int SetupNewRoot;
|
||||
ExpressionItem *item;
|
||||
ExpressionItem *OpsStack;
|
||||
ExpressionItem *&place;
|
||||
ExpressionItem **place;
|
||||
ExpressionItem **root;
|
||||
char valbuf[108];
|
||||
char valbuf[108];
|
||||
} ParseInfo;
|
||||
|
||||
#define OPERATOR_SET_PRECEDENCE 14
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue