Revert 97d431d1f4ad404e282e3781bd195be3f053734d; it breaks things.

This commit is contained in:
Anthony J. Bentley
2014-09-24 03:40:50 -06:00
parent f3394f46b4
commit 215d6f0c5b
3 changed files with 36 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ struct sContext {
YY_BUFFER_STATE FlexHandle;
struct sSymbol *pMacro;
struct sContext *pNext;
char *tzFileName;
char tzFileName[_MAX_PATH + 1];
char *tzMacroArgs[MAXMACROARGS + 1];
SLONG nLine;
ULONG nStatus;