fix mac bustage, this was supposed to be in #ifdef DEBUG

This commit is contained in:
alecf%netscape.com 1999-06-16 03:28:42 +00:00
parent 9fb13399c8
commit bfbec5083a

View File

@ -31,10 +31,12 @@ NOT_NULL (const char *x)
#endif
#ifdef DEBUG
void XP_AssertAtLine( char *pFileName, int iLine )
{
PR_Assert("XP Assert", pFileName, iLine);
}
#endif
/* XP_GetString
*