diff options
Diffstat (limited to 'match/match.h')
| -rw-r--r-- | match/match.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/match/match.h b/match/match.h index 03bf600..8936de4 100644 --- a/match/match.h +++ b/match/match.h | |||
| @@ -13,10 +13,6 @@ | |||
| 13 | #define MIN(a, b) ((a) < (b) ? (a) : (b)) | 13 | #define MIN(a, b) ((a) < (b) ? (a) : (b)) |
| 14 | #define MAX(a, b) ((a) < (b) ? (b) : (a)) | 14 | #define MAX(a, b) ((a) < (b) ? (b) : (a)) |
| 15 | 15 | ||
| 16 | #define GETBIT(m, x) ((m>>(x))&1U) | ||
| 17 | #define SETBIT(m, x) (m|=(1U<<(x))) | ||
| 18 | #define CLEARBIT(m, x) (m&=~(1U<<(x))) | ||
| 19 | |||
| 20 | typedef int bool; | 16 | typedef int bool; |
| 21 | 17 | ||
| 22 | //////////////////////////////////////////////////////// | 18 | //////////////////////////////////////////////////////// |
