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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
/**************************************************************************************
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
|
||||
#ifdef MATCH_CTOR_DTOR
|
||||
MOZ_DECL_CTOR_COUNTER(CToken);
|
||||
MOZ_DECL_CTOR_COUNTER(CToken)
|
||||
#endif
|
||||
|
||||
static int TokenCount=0;
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "nsToken.h"
|
||||
#include "nsIParser.h"
|
||||
|
||||
MOZ_DECL_CTOR_COUNTER(CTokenHandler);
|
||||
MOZ_DECL_CTOR_COUNTER(CTokenHandler)
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user