This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the GCJ project. See the GCJ home page for more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
> One solution would be to omit TRUE and FALSE from Boolean.h. If you do that, it becomes impossible to use them via CNI. I think this is another case of "reserved" words we need to rename. I suggest we pick some renaming convention, and then we put a list of troublesome words into gcjh, such as TRUE, FALSE, delete, new, etc. Any field or method names in that list get renamed according to the rename convention. For example, we might do: TRUE -> _Jv_TRUE_ FALSE -> _Jv_FALSE_ delete -> _Jv_delete_ new -> _Jv_delete_ --Per Bothner Cygnus Solutions bothner@cygnus.com http://www.cygnus.com/~bothner