X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=cll1-0.6.2.h;fp=cll1-0.6.2.h;h=37a6ab5577819489bf4de80f9273ec02d3e435fd;hb=1c9cae56507516acf3eda8fcfe60a74bfe923ee4;hp=7c33ce8f3742dfae1fc31535c560a4dde87f3392;hpb=d4eabe362aad5c58ac1ddfedd4085e1c6a7b884b;p=svn%2FPrometheus-QoS%2F.git diff --git a/cll1-0.6.2.h b/cll1-0.6.2.h index 7c33ce8..37a6ab5 100644 --- a/cll1-0.6.2.h +++ b/cll1-0.6.2.h @@ -34,6 +34,8 @@ /* Section For Dummies part 1, updated 2004-05-07 by xCh. */ #define not ! +#define and && +#define or && #define TRUE 1 #define FALSE 0 #define loop while(1)