aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-02-23 17:28:56 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-02-23 17:28:56 -0300
commitd2a64bb6d48466d8aa54d5b33c2779b8b7abf098 (patch)
treee017c6a0822ecf403995a95b1b9fca040ee05e06
parenta90f06dcd84ba2bc7572e5d6202f5123027110ca (diff)
downloadlua-d2a64bb6d48466d8aa54d5b33c2779b8b7abf098.tar.gz
lua-d2a64bb6d48466d8aa54d5b33c2779b8b7abf098.tar.bz2
lua-d2a64bb6d48466d8aa54d5b33c2779b8b7abf098.zip
`llimits' may need definitions from LUA_USER_H
-rw-r--r--llimits.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/llimits.h b/llimits.h
index 61db7be7..da14a37c 100644
--- a/llimits.h
+++ b/llimits.h
@@ -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