Allow class CharToByteConverter to be initialized, since the codegen limitations

that didn't allow it to be compiled have been remedied.


git-svn-id: svn://10.0.0.236/trunk@18103 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
fur%netscape.com
1999-01-21 00:41:09 +00:00
parent 72b5c556c0
commit c8fb4d3ae8

View File

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