From e75c0148c387962f484f00701169a194b61a0429 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sun, 2 Nov 2014 17:33:33 -0200 Subject: comments (references to "ANSI C" changed to "ISO C", which is the international name --- lua.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua.c') diff --git a/lua.c b/lua.c index 600e2063..e8655491 100644 --- a/lua.c +++ b/lua.c @@ -1,5 +1,5 @@ /* -** $Id: lua.c,v 1.219 2014/10/31 15:54:06 roberto Exp roberto $ +** $Id: lua.c,v 1.220 2014/11/02 19:19:04 roberto Exp roberto $ ** Lua stand-alone interpreter ** See Copyright Notice in lua.h */ @@ -59,7 +59,7 @@ #else /* }{ */ -/* ANSI definition */ +/* ISO C definition */ #define lua_stdin_is_tty() 1 /* assume stdin is a tty */ #endif /* } */ -- cgit v1.2.3-55-g6feb