mirror of https://github.com/rusefi/lua.git
`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
|
** Limits, basic types, and some other `installation-dependent' definitions
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
@ -12,6 +12,8 @@
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
|
||||||
|
#include "lua.h"
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** try to find number of bits in an integer
|
** try to find number of bits in an integer
|
||||||
|
|
Loading…
Reference in New Issue