diff options
Diffstat (limited to 'include/bits')
-rw-r--r-- | include/bits/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bits/types.h b/include/bits/types.h index e594e44..7a2244e 100644 --- a/include/bits/types.h +++ b/include/bits/types.h @@ -32,7 +32,7 @@ #ifndef __MAX_OF # define __MAX_OF(type) \ (((type)1) << sizeof(type)) -#define +#endif /** |