X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=common.h;h=28d9ea0cdc105c36c61551729619f2155ffe66df;hp=59268ae10f9371599fbbab8b5dcee27e53876f89;hb=148882a3cc520f34616a1175ed157fe258d68dcc;hpb=0bbc23a37289ca20b8681229ccf74edfb6261d4e 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