I added this define before and its not needed now, thanks to the c++ feature
detection magic in configure.in.
This commit is contained in:
ramiro%netscape.com 1999-03-06 15:07:01 +00:00
Родитель 7dad56de7b
Коммит 2f0db342de
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -164,8 +164,5 @@ typedef PRUcs2 PRUnichar;
// No sense in making an NS_DYNAMIC_CAST() macro: you can't duplicate
// the semantics. So if you want to dynamic_cast, then just use it
// "straight", no macro.
#if defined(AIX)
#define explicit
#endif
#endif /* nscore_h___ */