summaryrefslogtreecommitdiff
path: root/lua.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-11-02 17:33:33 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-11-02 17:33:33 -0200
commite75c0148c387962f484f00701169a194b61a0429 (patch)
tree0dc68284b73553b8c7981ceef2aa955c4faefa5c /lua.c
parent28fdbcf393c6c709a21a29f47cfa4c6ed4031ae9 (diff)
downloadlua-github-e75c0148c387962f484f00701169a194b61a0429.tar.gz
comments (references to "ANSI C" changed to "ISO C", which is the
international name
Diffstat (limited to 'lua.c')
-rw-r--r--lua.c4
1 files changed, 2 insertions, 2 deletions
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 /* } */