diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2010-01-12 17:40:02 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2010-01-12 17:40:02 -0200 |
commit | 91f0b20a0e1e34e242bc401c0994175e3f0cacc2 (patch) | |
tree | 51e0e071ffaf619e24caf7c687cb833d8e8ea889 | |
parent | e4b4623abcf0c33cea793701c4a8691c190e0c62 (diff) | |
download | lua-91f0b20a0e1e34e242bc401c0994175e3f0cacc2.tar.gz lua-91f0b20a0e1e34e242bc401c0994175e3f0cacc2.tar.bz2 lua-91f0b20a0e1e34e242bc401c0994175e3f0cacc2.zip |
missing standard defines
-rw-r--r-- | lbitlib.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,9 +1,12 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lbitlib.c,v 1.1 2009/07/01 16:17:08 roberto Exp roberto $ | 2 | ** $Id: lbitlib.c,v 1.2 2009/11/24 12:05:44 roberto Exp roberto $ |
3 | ** Standard library for bitwise operations | 3 | ** Standard library for bitwise operations |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #define lbitlib_c | ||
8 | #define LUA_LIB | ||
9 | |||
7 | #include "lua.h" | 10 | #include "lua.h" |
8 | 11 | ||
9 | #include "lauxlib.h" | 12 | #include "lauxlib.h" |