From 7c3857cdeda673d011313501492a61efa1462d46 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 7 Mar 2003 10:21:31 -0300 Subject: comments --- lua.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lua.c') diff --git a/lua.c b/lua.c index c9e903e0..7a248bf8 100644 --- a/lua.c +++ b/lua.c @@ -1,5 +1,5 @@ /* -** $Id: lua.c,v 1.115 2003/01/29 10:27:07 roberto Exp roberto $ +** $Id: lua.c,v 1.116 2003/01/29 13:23:45 roberto Exp roberto $ ** Lua stand-alone interpreter ** See Copyright Notice in lua.h */ @@ -26,6 +26,9 @@ #endif +/* +** definition of `isatty' +*/ #ifdef _POSIX_C_SOURCE #include #else -- cgit v1.2.3-55-g6feb