This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fix PR28546


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]