This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: fix PR28546
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: Java Patches <java-patches at gcc dot gnu dot org>
- Date: Tue, 1 Aug 2006 15:53:02 -0600
- Subject: Re: fix PR28546
- References: <44CFB833.5020701@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
Andreas> PR libgcj/28546
Andreas> * include/no-threads.h: Typdef _Jv_Thread_t to class.
This seems weird since there is no actual definition of the class.
Can't we just do:
class _Jv_Thread_t { };
?
Tom