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