diff options
| -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" |
