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
Родитель d7527c45a1
Коммит f8e5bc50b5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;