diff options
Diffstat (limited to 'llimits.h')
| -rw-r--r-- | llimits.h | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: llimits.h,v 1.48 2002/11/22 16:35:20 roberto Exp roberto $ | 2 | ** $Id: llimits.h,v 1.49 2002/11/22 17:16:52 roberto Exp roberto $ |
| 3 | ** Limits, basic types, and some other `installation-dependent' definitions | 3 | ** Limits, basic types, and some other `installation-dependent' definitions |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -57,7 +57,7 @@ typedef long ls_nstr; | |||
| 57 | typedef long ls_count; | 57 | typedef long ls_count; |
| 58 | 58 | ||
| 59 | 59 | ||
| 60 | /* chars used as small naturals (so that `char' is reserved for characteres) */ | 60 | /* chars used as small naturals (so that `char' is reserved for characters) */ |
| 61 | typedef unsigned char lu_byte; | 61 | typedef unsigned char lu_byte; |
| 62 | 62 | ||
| 63 | 63 | ||
| @@ -83,7 +83,7 @@ typedef LUSER_ALIGNMENT_T L_Umaxalign; | |||
| 83 | #endif | 83 | #endif |
| 84 | 84 | ||
| 85 | 85 | ||
| 86 | /* result of `usual argument convertion' over lua_Number */ | 86 | /* result of `usual argument conversion' over lua_Number */ |
| 87 | #ifndef LUA_UACNUMBER | 87 | #ifndef LUA_UACNUMBER |
| 88 | typedef double l_uacNumber; | 88 | typedef double l_uacNumber; |
| 89 | #else | 89 | #else |
