X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=common.h;h=28d9ea0cdc105c36c61551729619f2155ffe66df;hp=59268ae10f9371599fbbab8b5dcee27e53876f89;hb=5c8f059629c2127848ce4051296d2f5897bf5c0f;hpb=0d415d88f7ecd55273b09b619170078f7d35a910 diff --git a/common.h b/common.h index 59268ae..28d9ea0 100644 --- a/common.h +++ b/common.h @@ -4,6 +4,8 @@ #include #include +#define NONE (~0) + #ifndef max #define max(a, b) ((a) > (b) ? (a) : (b)) #endif