Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org

git-svn-id: svn://10.0.0.236/trunk@85654 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2001-01-27 23:06:33 +00:00
parent 2505e732ba
commit 5f0a7ab9bd
97 changed files with 141 additions and 141 deletions

View File

@@ -25,7 +25,7 @@
#include "nsToken.h"
#include "prenv.h"
MOZ_DECL_CTOR_COUNTER(CParserContext);
MOZ_DECL_CTOR_COUNTER(CParserContext)
/**
* Your friendly little constructor. Ok, it's not the friendly, but the only guy

View File

@@ -30,11 +30,11 @@
#include "nsIObserverService.h"
#include "nsIServiceManager.h"
MOZ_DECL_CTOR_COUNTER(nsEntryStack);
MOZ_DECL_CTOR_COUNTER(nsDTDContext);
MOZ_DECL_CTOR_COUNTER(nsTokenAllocator);
MOZ_DECL_CTOR_COUNTER(CNodeRecycler);
MOZ_DECL_CTOR_COUNTER(CObserverService);
MOZ_DECL_CTOR_COUNTER(nsEntryStack)
MOZ_DECL_CTOR_COUNTER(nsDTDContext)
MOZ_DECL_CTOR_COUNTER(nsTokenAllocator)
MOZ_DECL_CTOR_COUNTER(CNodeRecycler)
MOZ_DECL_CTOR_COUNTER(CObserverService)
/**************************************************************************************

View File

@@ -69,7 +69,7 @@ const int kBufsize=1;
const int kBufsize=64;
#endif
MOZ_DECL_CTOR_COUNTER(nsScanner);
MOZ_DECL_CTOR_COUNTER(nsScanner)
/**
* Use this constructor if you want i/o to be based on

View File

@@ -25,7 +25,7 @@
#ifdef MATCH_CTOR_DTOR
MOZ_DECL_CTOR_COUNTER(CToken);
MOZ_DECL_CTOR_COUNTER(CToken)
#endif
static int TokenCount=0;

View File

@@ -34,7 +34,7 @@
#include "nsToken.h"
#include "nsIParser.h"
MOZ_DECL_CTOR_COUNTER(CTokenHandler);
MOZ_DECL_CTOR_COUNTER(CTokenHandler)
/**
*