aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-06-11 11:57:17 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-06-11 11:57:17 -0300
commit186111dc011a37d915c4550c7d716feefd2e7dce (patch)
tree91d3a355384ddfe08f7c451353d843be4564f025
parent0a1b1acdd36a3ed4e6f1cadf62eec8531a437cbf (diff)
downloadlua-186111dc011a37d915c4550c7d716feefd2e7dce.tar.gz
lua-186111dc011a37d915c4550c7d716feefd2e7dce.tar.bz2
lua-186111dc011a37d915c4550c7d716feefd2e7dce.zip
unused definition
-rw-r--r--lua.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lua.c b/lua.c
index 34333f6f..81a64183 100644
--- a/lua.c
+++ b/lua.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.c,v 1.66 2001/03/26 14:31:49 roberto Exp roberto $ 2** $Id: lua.c,v 1.67 2001/06/06 18:00:19 roberto Exp roberto $
3** Lua stand-alone interpreter 3** Lua stand-alone interpreter
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -35,10 +35,6 @@ static int isatty (int x) { return x==0; } /* assume stdin is a tty */
35#endif 35#endif
36 36
37 37
38#ifndef LUA_USERFINI
39#define LUA_USERFINI
40#endif
41
42 38
43/* 39/*
44** global options 40** global options