diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-02-23 17:28:56 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-02-23 17:28:56 -0300 |
commit | d2a64bb6d48466d8aa54d5b33c2779b8b7abf098 (patch) | |
tree | e017c6a0822ecf403995a95b1b9fca040ee05e06 | |
parent | a90f06dcd84ba2bc7572e5d6202f5123027110ca (diff) | |
download | lua-d2a64bb6d48466d8aa54d5b33c2779b8b7abf098.tar.gz lua-d2a64bb6d48466d8aa54d5b33c2779b8b7abf098.tar.bz2 lua-d2a64bb6d48466d8aa54d5b33c2779b8b7abf098.zip |
`llimits' may need definitions from LUA_USER_H
-rw-r--r-- | llimits.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llimits.h,v 1.25 2001/02/23 17:17:25 roberto Exp roberto $ | 2 | ** $Id: llimits.h,v 1.26 2001/02/23 17:28:12 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 | */ |
@@ -12,6 +12,8 @@ | |||
12 | #include <stddef.h> | 12 | #include <stddef.h> |
13 | 13 | ||
14 | 14 | ||
15 | #include "lua.h" | ||
16 | |||
15 | 17 | ||
16 | /* | 18 | /* |
17 | ** try to find number of bits in an integer | 19 | ** try to find number of bits in an integer |