Am Mittwoch, 7. April 2004 18:32 schrieb Ingo Pr�tel: > Hi, > > I would like to suggest removing all C++ keywords as names in the > native implementations of GNU Classpath. We have a customer who > insists on using C++ because of the more thorough code inspection. To > be able to compile with such a compiler we need to change all names > that are C++ keywords. > > I have attached cases where we already have changed this. > My feeling is that if we have the 'extern "C"' construct in the > header files we should also try to have the code compilable with a > C++ compiler. > > Let me know what you think.
Personally I think using "obj" or so is better then using "thiz". Michael _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

