浏览代码

missing standard defines

Roberto Ierusalimschy 15 年之前
父节点
当前提交
91f0b20a0e
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      lbitlib.c

+ 4 - 1
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
 ** Standard library for bitwise operations
 ** See Copyright Notice in lua.h
 ** See Copyright Notice in lua.h
 */
 */
 
 
+#define lbitlib_c
+#define LUA_LIB
+
 #include "lua.h"
 #include "lua.h"
 
 
 #include "lauxlib.h"
 #include "lauxlib.h"