Where does GcjRaw come from?defined?
Per Bothner
per@bothner.com
Sun Mar 3 18:15:00 GMT 2002
Tom Tromey wrote:
> Per> For that matter, perhaps we shoudl just use (void*) in CNI
> Per> instead of RawData?
>> Where do you mean?
I just meant that since RawData is the Java convention/version of
(void*), perhaps it would be more "natural C++" to when we're
writing C++ to use 'void*' instead of 'RawData*'.
However, that would require various some small changes in the tools
(including cc1plus recognizing that 'void*' is a valid "Java type"
- i.e something it is valid to pass to Java methods), and doubt
it's worth it, even if it were a good idea.
--
--Per Bothner
per@bothner.com http://www.bothner.com/per/
More information about the Java
mailing list