From 186111dc011a37d915c4550c7d716feefd2e7dce Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 11 Jun 2001 11:57:17 -0300 Subject: [PATCH] unused definition --- lua.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lua.c b/lua.c index 34333f6f..81a64183 100644 --- a/lua.c +++ b/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