浏览代码

unused definition

Roberto Ierusalimschy 24 年之前
父节点
当前提交
186111dc01
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      lua.c

+ 1 - 5
lua.c

@@ -1,5 +1,5 @@
 /*
-** $Id: lua.c,v 1.66 2001/03/26 14:31:49 roberto Exp roberto $
+** $Id: lua.c,v 1.67 2001/06/06 18:00:19 roberto Exp roberto $
 ** Lua stand-alone interpreter
 ** See Copyright Notice in lua.h
 */
@@ -35,10 +35,6 @@ static int isatty (int x) { return x==0; }  /* assume stdin is a tty */
 #endif
 
 
-#ifndef LUA_USERFINI
-#define LUA_USERFINI
-#endif
-
 
 /*
 ** global options