#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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user