diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-11-22 16:01:46 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-11-22 16:01:46 -0200 |
commit | dbc5451bea323e8908fcedff2a89bcf73ed5cb57 (patch) | |
tree | 05da7486e49d5f0e2670d275822629bdcd8aa09c /llimits.h | |
parent | 2d2d45976ce41de04e9007c8a78a8ba244d1fdc5 (diff) | |
download | lua-dbc5451bea323e8908fcedff2a89bcf73ed5cb57.tar.gz lua-dbc5451bea323e8908fcedff2a89bcf73ed5cb57.tar.bz2 lua-dbc5451bea323e8908fcedff2a89bcf73ed5cb57.zip |
comments
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 |