mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 21:17:52 +00:00
fix mac bustage, this was supposed to be in #ifdef DEBUG
This commit is contained in:
parent
9fb13399c8
commit
bfbec5083a
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user