This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Where does GcjRaw come from?defined?
- From: Tom Tromey <tromey at redhat dot com>
- To: Per Bothner <per at bothner dot com>
- Cc: java at gcc dot gnu dot org
- Date: 03 Mar 2002 13:29:44 -0700
- Subject: Re: Where does GcjRaw come from?defined?
- References: <3C81DF0C.8040102@bothner.com>
- Reply-to: tromey at redhat dot com
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> The gcj.texi manual refers to a 'GcjRaw' class. What is this?
Per> Is this just a typo for ::gnu::gcj::RawData* ? Or is there
Per> typedef somewhere where I haven't seen it?
It must be a typo. I've never heard of it.
Per> For that matter, perhaps we shoudl just use (void*) in CNI
Per> instead of RawData?
Where do you mean?
Tom