diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2006-01-13 17:36:28 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2006-01-13 17:36:28 -0200 |
| commit | a666752b1d0a216902601a3dc4e670789d885bb3 (patch) | |
| tree | f882365b824241f1300d89ffc0c79290ec949c15 | |
| parent | f8b7a5581e9495d12f61b9dd7f3898782c8e1bec (diff) | |
| download | lua-a666752b1d0a216902601a3dc4e670789d885bb3.tar.gz lua-a666752b1d0a216902601a3dc4e670789d885bb3.tar.bz2 lua-a666752b1d0a216902601a3dc4e670789d885bb3.zip | |
detail
| -rw-r--r-- | luaconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: luaconf.h,v 1.76 2005/12/15 18:53:34 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.77 2005/12/27 17:12:00 roberto Exp roberto $ |
| 3 | ** Configuration file for Lua | 3 | ** Configuration file for Lua |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -702,7 +702,7 @@ union luai_Cast { double l_d; long l_l; }; | |||
| 702 | 702 | ||
| 703 | /* | 703 | /* |
| 704 | @@ LUA_INTFRMLEN is the length modifier for integer conversions | 704 | @@ LUA_INTFRMLEN is the length modifier for integer conversions |
| 705 | @* in 'string.fomat'. | 705 | @* in 'string.format'. |
| 706 | @@ LUA_INTFRM_T is the integer type correspoding to the previous length | 706 | @@ LUA_INTFRM_T is the integer type correspoding to the previous length |
| 707 | @* modifier. | 707 | @* modifier. |
| 708 | ** CHANGE them if your system supports long long or does not support long. | 708 | ** CHANGE them if your system supports long long or does not support long. |
