Fix build with gcc v4.0 (FC4).

This commit is contained in:
Andy McFadden 2005-09-18 01:12:31 +00:00
parent 70aba4ca5b
commit d8b35fd9c6
1 changed files with 1 additions and 1 deletions

View File

@ -673,7 +673,7 @@ NuError Nu_ExpandLZW(NuArchive* pArchive, const NuRecord* pRecord,
const NuThread* pThread, FILE* infp, NuFunnel* pFunnel, ushort* pThreadCrc);
/* MiscUtils.c */
extern const char* kNufxLibName;
/*extern const char* kNufxLibName;*/
extern NuCallback gNuGlobalErrorMessageHandler;
const char* Nu_StrError(NuError err);
void Nu_ReportError(NuArchive* pArchive, const char* file, int line,