This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Size of basic types



Not in C or any of the related languages.  I believe Ada has something
along these lines.

OK. Bad...


Change OurBool to some other type (the real bool comes to mind)?

The problem is that it is persisted as 32 bits already. So changing to something other than 32 bits is not an option...
And there is only int that is 32 bits in 64 bits platform.
-jec



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