diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-11-02 17:33:33 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-11-02 17:33:33 -0200 |
commit | e75c0148c387962f484f00701169a194b61a0429 (patch) | |
tree | 0dc68284b73553b8c7981ceef2aa955c4faefa5c /lua.c | |
parent | 28fdbcf393c6c709a21a29f47cfa4c6ed4031ae9 (diff) | |
download | lua-e75c0148c387962f484f00701169a194b61a0429.tar.gz lua-e75c0148c387962f484f00701169a194b61a0429.tar.bz2 lua-e75c0148c387962f484f00701169a194b61a0429.zip |
comments (references to "ANSI C" changed to "ISO C", which is the
international name
Diffstat (limited to 'lua.c')
-rw-r--r-- | lua.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.c,v 1.219 2014/10/31 15:54:06 roberto Exp roberto $ | 2 | ** $Id: lua.c,v 1.220 2014/11/02 19:19:04 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 | */ |
@@ -59,7 +59,7 @@ | |||
59 | 59 | ||
60 | #else /* }{ */ | 60 | #else /* }{ */ |
61 | 61 | ||
62 | /* ANSI definition */ | 62 | /* ISO C definition */ |
63 | #define lua_stdin_is_tty() 1 /* assume stdin is a tty */ | 63 | #define lua_stdin_is_tty() 1 /* assume stdin is a tty */ |
64 | 64 | ||
65 | #endif /* } */ | 65 | #endif /* } */ |