瀏覽代碼

removed redundant definition for FILEHANDLE

Roberto Ierusalimschy 13 年之前
父節點
當前提交
a241b6cb3c
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      lualib.h

+ 1 - 4
lualib.h

@@ -1,5 +1,5 @@
 /*
-** $Id: lualib.h,v 1.41 2010/10/25 14:32:36 roberto Exp roberto $
+** $Id: lualib.h,v 1.42 2011/05/25 14:12:28 roberto Exp roberto $
 ** Lua standard libraries
 ** See Copyright Notice in lua.h
 */
@@ -11,9 +11,6 @@
 #include "lua.h"
 
 
-/* Key to file-handle type */
-#define LUA_FILEHANDLE		"FILE*"
-
 
 LUAMOD_API int (luaopen_base) (lua_State *L);