From dfc8050f92fa005b17964259f5c25f5df2998e1b Mon Sep 17 00:00:00 2001 From: "jst%mozilla.jstenback.com" Date: Wed, 28 Jul 2004 03:55:29 +0000 Subject: [PATCH] #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 --- mozilla/dom/src/base/nsGlobalWindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/dom/src/base/nsGlobalWindow.h b/mozilla/dom/src/base/nsGlobalWindow.h index 9ac7162f92a..8546698d5eb 100644 --- a/mozilla/dom/src/base/nsGlobalWindow.h +++ b/mozilla/dom/src/base/nsGlobalWindow.h @@ -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; }