From 91f0b20a0e1e34e242bc401c0994175e3f0cacc2 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 12 Jan 2010 17:40:02 -0200 Subject: missing standard defines --- lbitlib.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lbitlib.c b/lbitlib.c index 3aaec229..57a3a60f 100644 --- 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" -- cgit v1.2.3-55-g6feb