enabled the dont_AddRef feature, for when functions return an already AddRefed result, e.g. |mSmartPtr = dont_AddRef(GetThing());|

This commit is contained in:
scc%netscape.com 1998-12-17 19:32:00 +00:00
Родитель 1b009c5957
Коммит 8b0ea58b42
3 изменённых файлов: 6 добавлений и 0 удалений

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

@ -247,6 +247,8 @@
be part of the process of moving from experimental to production.
*/
#define NSCAP_FEATURE_DONT_ADDREF
#if defined(__GNUG__) && (__GNUC_MINOR__ <= 90) && !defined(SOLARIS)
#define NSCAP_NO_MEMBER_USING_DECLARATIONS
#endif

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

@ -247,6 +247,8 @@
be part of the process of moving from experimental to production.
*/
#define NSCAP_FEATURE_DONT_ADDREF
#if defined(__GNUG__) && (__GNUC_MINOR__ <= 90) && !defined(SOLARIS)
#define NSCAP_NO_MEMBER_USING_DECLARATIONS
#endif

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

@ -247,6 +247,8 @@
be part of the process of moving from experimental to production.
*/
#define NSCAP_FEATURE_DONT_ADDREF
#if defined(__GNUG__) && (__GNUC_MINOR__ <= 90) && !defined(SOLARIS)
#define NSCAP_NO_MEMBER_USING_DECLARATIONS
#endif