Looks like mac doesn't like the spurious ; in

#ifdef DEBUG;

... removing it.
This commit is contained in:
mccabe@netscape.com
2000-03-04 02:09:26 +00:00
parent 5cd6a2e4aa
commit 84e3409548

View File

@@ -1776,7 +1776,7 @@ NS_IMETHODIMP nsDocShell::ReportScriptError(const char* aErrorString,
{
// for non-DEBUG builds, tuck xul errors under the rug, and
// only show those originating from content.
#ifdef DEBUG;
#ifdef DEBUG
showAlert = PR_TRUE;
#else
showAlert = PR_FALSE;