bool is now mapped back to int, to avoid implicit coercion problems with the new...
commit168f6b2949f3f5580e9d394cadb6ebdbcaf203c3
authorDavid.Griswold.256 <David.Griswold.256@0765cc13-ff1d-0410-8584-d7a1c31ec48e>
Thu, 26 Oct 2006 09:15:03 +0000 (26 09:15 +0000)
committerDavid.Griswold.256 <David.Griswold.256@0765cc13-ff1d-0410-8584-d7a1c31ec48e>
Thu, 26 Oct 2006 09:15:03 +0000 (26 09:15 +0000)
treede645c64b70fc0d1ad9fdcbfc8294e098974f708
parent9cc6cc4c4ebb659ed8cc5e05bb88f50de6b6c454
bool is now mapped back to int, to avoid implicit coercion problems with the new bool basic type.  This is more portable since otherwise it is hard to find a way to get bools to coerce consistently in a way that works on both VC++ and GCC.

git-svn-id: http://strongtalk.googlecode.com/svn/trunk@32 0765cc13-ff1d-0410-8584-d7a1c31ec48e
vm/topIncludes/types.hpp