lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 91f0b20a0e1e34e242bc401c0994175e3f0cacc2
parent e4b4623abcf0c33cea793701c4a8691c190e0c62
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Tue, 12 Jan 2010 17:39:38 -0200

missing standard defines

Diffstat:
Mlbitlib.c | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lbitlib.c b/lbitlib.c @@ -1,9 +1,12 @@ /* -** $Id: lbitlib.c,v 1.1 2009/07/01 16:17:08 roberto Exp roberto $ +** $Id: lbitlib.c,v 1.2 2009/11/24 12:05:44 roberto Exp roberto $ ** Standard library for bitwise operations ** See Copyright Notice in lua.h */ +#define lbitlib_c +#define LUA_LIB + #include "lua.h" #include "lauxlib.h"