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

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