#ifdef DEBUG_jst changes only to make this build on *nix.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_7_BRANCH@159947 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com
2004-07-28 03:55:29 +00:00
parent 6f02f51df7
commit dfc8050f92

View File

@@ -374,7 +374,7 @@ struct nsTimeoutImpl
{
#ifdef DEBUG_jst
{
extern gTimeoutCnt;
extern PRInt32 gTimeoutCnt;
++gTimeoutCnt;
}
@@ -389,7 +389,7 @@ struct nsTimeoutImpl
{
#ifdef DEBUG_jst
{
extern gTimeoutCnt;
extern PRInt32 gTimeoutCnt;
--gTimeoutCnt;
}