Allow class CharToByteConverter to be initialized, since the codegen limitations

that didn't allow it to be compiled have been remedied.
This commit is contained in:
fur%netscape.com 1999-01-21 00:41:09 +00:00
Родитель d84ca63910
Коммит 65fec7605c
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1423,10 +1423,11 @@ bool Class::implements(const Interface &i) const
static const char *forbiddenClasses[] = { static const char *forbiddenClasses[] = {
//"System", // references System.securityManager which has longs //"System", // references System.securityManager which has longs
"CharToByteConverter", // references System.getProperty, has finally //"CharToByteConverter", // references System.getProperty, has finally
//"Math", // Has float and double //"Math", // Has float and double
//"Float", //"Float",
//"Double" //"Double"
""
}; };
static const numForbiddenClasses = sizeof(forbiddenClasses)/sizeof(forbiddenClasses[0]); static const numForbiddenClasses = sizeof(forbiddenClasses)/sizeof(forbiddenClasses[0]);