Quiet some Mac warnings. Replace empty macro definition for MOZ_DECL_CTOR_COUNTER(_type) with "class _type".

This commit is contained in:
slamm%netscape.com 2000-03-24 21:49:31 +00:00
Родитель 9a660ac926
Коммит 36b4804bc4
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -82,7 +82,7 @@
#endif #endif
#define MOZ_DECL_CTOR_COUNTER(_type); #define MOZ_DECL_CTOR_COUNTER(_type) class _type
#define MOZ_COUNT_CTOR(_type) \ #define MOZ_COUNT_CTOR(_type) \
PR_BEGIN_MACRO \ PR_BEGIN_MACRO \
@ -102,7 +102,7 @@ PR_END_MACRO
#define NS_LOG_DELETE_XPCOM(_p,_file,_line) #define NS_LOG_DELETE_XPCOM(_p,_file,_line)
#define NS_LOG_ADDREF_CALL(_p,_rc,_file,_line) _rc #define NS_LOG_ADDREF_CALL(_p,_rc,_file,_line) _rc
#define NS_LOG_RELEASE_CALL(_p,_rc,_file,_line) _rc #define NS_LOG_RELEASE_CALL(_p,_rc,_file,_line) _rc
#define MOZ_DECL_CTOR_COUNTER(_type); #define MOZ_DECL_CTOR_COUNTER(_type) class _type
#define MOZ_COUNT_CTOR(_type) #define MOZ_COUNT_CTOR(_type)
#define MOZ_COUNT_DTOR(_type) #define MOZ_COUNT_DTOR(_type)

Просмотреть файл

@ -82,7 +82,7 @@
#endif #endif
#define MOZ_DECL_CTOR_COUNTER(_type); #define MOZ_DECL_CTOR_COUNTER(_type) class _type
#define MOZ_COUNT_CTOR(_type) \ #define MOZ_COUNT_CTOR(_type) \
PR_BEGIN_MACRO \ PR_BEGIN_MACRO \
@ -102,7 +102,7 @@ PR_END_MACRO
#define NS_LOG_DELETE_XPCOM(_p,_file,_line) #define NS_LOG_DELETE_XPCOM(_p,_file,_line)
#define NS_LOG_ADDREF_CALL(_p,_rc,_file,_line) _rc #define NS_LOG_ADDREF_CALL(_p,_rc,_file,_line) _rc
#define NS_LOG_RELEASE_CALL(_p,_rc,_file,_line) _rc #define NS_LOG_RELEASE_CALL(_p,_rc,_file,_line) _rc
#define MOZ_DECL_CTOR_COUNTER(_type); #define MOZ_DECL_CTOR_COUNTER(_type) class _type
#define MOZ_COUNT_CTOR(_type) #define MOZ_COUNT_CTOR(_type)
#define MOZ_COUNT_DTOR(_type) #define MOZ_COUNT_DTOR(_type)