diff options
Diffstat (limited to 'cheesemap.h')
| -rw-r--r-- | cheesemap.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cheesemap.h b/cheesemap.h index 50fa7bf..7cdb2de 100644 --- a/cheesemap.h +++ b/cheesemap.h @@ -20,10 +20,7 @@ extern "C" { typedef uintptr_t group_t; typedef group_t bitmask_t; - -enum { - CM_GROUP_SIZE = sizeof(group_t), -}; +#define CM_GROUP_SIZE __SIZEOF_POINTER__ //////////////////////////////// // cheesemap callback functions |
