From kde-core-devel Thu Dec 29 05:14:37 2005 From: Thomas Braxton Date: Thu, 29 Dec 2005 05:14:37 +0000 To: kde-core-devel Subject: Re: kconfig_compiler4 Message-Id: <200512282314.37184.brax108 () cox ! net> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=113583331005764 On Wednesday 28 December 2005 20:48, Thiago Macieira wrote: > Example: 64-bit Integer with value = 42 can be stored as a single byte. Int64 was already there I just changed Int -> Int32 to be more explicit about it's size, and got rid of Long which was ambiguous. Anyways how would you be able to tell if a single byte was an int8 or a char? Regards, Thomas