Added mostneg and mostpos for my custom bool type, to get cgtest05 to compile

This commit is contained in:
Neil Brown 2007-08-06 22:42:50 +00:00
parent 00a617150e
commit 0eadc2302c

View File

@ -128,6 +128,10 @@ public:
};
//Let's assume bool is an unsigned byte:
#define occam_mostneg_tockBool 0
#define occam_mostpos_tockBool 255
class tockBool
{
private: