From 8aa6b7aa38b562b661df8bf7492ab04eb9253c1c Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Tue, 5 Oct 1999 01:43:34 +0000 Subject: [PATCH] Fixed build wastage git-svn-id: svn://10.0.0.236/trunk@49784 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/base/nsTraceRefcnt.h | 3 +-- mozilla/xpcom/base/nsTraceRefcntImpl.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mozilla/xpcom/base/nsTraceRefcnt.h b/mozilla/xpcom/base/nsTraceRefcnt.h index 276dd4cd6e6..3c2196738b9 100644 --- a/mozilla/xpcom/base/nsTraceRefcnt.h +++ b/mozilla/xpcom/base/nsTraceRefcnt.h @@ -131,8 +131,7 @@ PR_END_MACRO #else -#define MOZ_REG_CTOR(_type,_counter) -#define MOZ_DECL_CTOR_(type) +#define MOZ_DECL_CTOR(_type) #define MOZ_CTOR(_type) #define MOZ_DTOR(_type) diff --git a/mozilla/xpcom/base/nsTraceRefcntImpl.h b/mozilla/xpcom/base/nsTraceRefcntImpl.h index 276dd4cd6e6..3c2196738b9 100644 --- a/mozilla/xpcom/base/nsTraceRefcntImpl.h +++ b/mozilla/xpcom/base/nsTraceRefcntImpl.h @@ -131,8 +131,7 @@ PR_END_MACRO #else -#define MOZ_REG_CTOR(_type,_counter) -#define MOZ_DECL_CTOR_(type) +#define MOZ_DECL_CTOR(_type) #define MOZ_CTOR(_type) #define MOZ_DTOR(_type)