Added ELIF

In addition, make some formatting changes, and add some extra error handling (for when ELIF, ELSE, or ENDC are encountered without a corresponding IF).
This commit is contained in:
YamaArashi
2014-08-23 02:55:52 -07:00
committed by Ben10do
parent 4be92e14e6
commit 5c7db42fc4
4 changed files with 146 additions and 115 deletions

View File

@@ -23,6 +23,7 @@ extern ULONG nTotalLines;
extern ULONG nPC;
extern ULONG nPass;
extern ULONG nIFDepth;
extern bool skipElif;
extern char tzCurrentFileName[_MAX_PATH + 1];
extern struct Section *pCurrentSection;
extern struct sSymbol *tHashedSymbols[HASHSIZE];