g++ -vs Java boolean

Tom Tromey tromey@cygnus.com
Tue Aug 31 22:45:00 GMT 1999


>>>>> "Per" == Per Bothner <per@bothner.com> writes:

Per> Maybe:
Per>         typedef bool jboolean;
Per> is the best solution.  Perhaps we need a __mode__-attribute, at
Per> least until the new abi is the default.

Is this right?

	typedef bool jboolean __attribute__ ((__mode__ (__byte__)));

Tom



More information about the Gcc-bugs mailing list