diff options
Diffstat (limited to 'lmathlib.c')
| -rw-r--r-- | lmathlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -278,7 +278,7 @@ static int math_type (lua_State *L) { | |||
| 278 | */ | 278 | */ |
| 279 | 279 | ||
| 280 | /* | 280 | /* |
| 281 | ** This code uses lots of shifts. ANSI C does not allow shifts greater | 281 | ** This code uses lots of shifts. ISO C does not allow shifts greater |
| 282 | ** than or equal to the width of the type being shifted, so some shifts | 282 | ** than or equal to the width of the type being shifted, so some shifts |
| 283 | ** are written in convoluted ways to match that restriction. For | 283 | ** are written in convoluted ways to match that restriction. For |
| 284 | ** preprocessor tests, it assumes a width of 32 bits, so the maximum | 284 | ** preprocessor tests, it assumes a width of 32 bits, so the maximum |
