diff options
Diffstat (limited to 'ltable.c')
| -rw-r--r-- | ltable.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -67,7 +67,7 @@ typedef union { | |||
| 67 | ** MAXABITS is the largest integer such that 2^MAXABITS fits in an | 67 | ** MAXABITS is the largest integer such that 2^MAXABITS fits in an |
| 68 | ** unsigned int. | 68 | ** unsigned int. |
| 69 | */ | 69 | */ |
| 70 | #define MAXABITS cast_int(sizeof(int) * CHAR_BIT - 1) | 70 | #define MAXABITS (l_numbits(int) - 1) |
| 71 | 71 | ||
| 72 | 72 | ||
| 73 | /* | 73 | /* |
