diff options
| author | Lua Team <team@lua.org> | 2010-01-14 12:00:00 +0000 |
|---|---|---|
| committer | repogen <> | 2010-01-14 12:00:00 +0000 |
| commit | ecd48c2901f08a88db32139b97c35c59eba1f19e (patch) | |
| tree | 526e8dac3e037de0024b37c89fa3150baeea969f /src/lbitlib.c | |
| parent | 22912c77c80f8de8f7accd3319c726f7c5349fd3 (diff) | |
| download | lua-github-5.2.0-work2.tar.gz | |
Lua 5.2.0-work25.2.0-work2
Diffstat (limited to 'src/lbitlib.c')
| -rw-r--r-- | src/lbitlib.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lbitlib.c b/src/lbitlib.c index 5b6a6aae..1d5a2642 100644 --- a/src/lbitlib.c +++ b/src/lbitlib.c @@ -1,9 +1,12 @@ /* -** $Id: lbitlib.c,v 1.2 2009/11/24 12:05:44 roberto Exp $ +** $Id: lbitlib.c,v 1.3 2010/01/12 19:40:02 roberto Exp $ ** Standard library for bitwise operations ** See Copyright Notice in lua.h */ +#define lbitlib_c +#define LUA_LIB + #include "lua.h" #include "lauxlib.h" |
