mirror of
https://github.com/lua/lua.git
synced 2025-01-28 06:03:00 +08:00
`llimits' may need definitions from LUA_USER_H
This commit is contained in:
parent
a90f06dcd8
commit
d2a64bb6d4
@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: llimits.h,v 1.25 2001/02/23 17:17:25 roberto Exp roberto $
|
||||
** $Id: llimits.h,v 1.26 2001/02/23 17:28:12 roberto Exp roberto $
|
||||
** Limits, basic types, and some other `installation-dependent' definitions
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
@ -12,6 +12,8 @@
|
||||
#include <stddef.h>
|
||||
|
||||
|
||||
#include "lua.h"
|
||||
|
||||
|
||||
/*
|
||||
** try to find number of bits in an integer
|
||||
|
Loading…
x
Reference in New Issue
Block a user