X-Git-Url: https://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=cll1-0.6.2.h;h=6b2214bd940c39e0cde0ea63bd66decc91ae9b20;hp=7c33ce8f3742dfae1fc31535c560a4dde87f3392;hb=0db8e99319ee2e9798ba7fb58a7666791cf81414;hpb=4a1b62ea8f624700dd2eb7a9cb81d480ffd62725 diff --git a/cll1-0.6.2.h b/cll1-0.6.2.h index 7c33ce8..6b2214b 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)