aboutsummaryrefslogtreecommitdiff
path: root/ldebug.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 /ldebug.c
parent28fdbcf393c6c709a21a29f47cfa4c6ed4031ae9 (diff)
downloadlua-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 'ldebug.c')
-rw-r--r--ldebug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldebug.c b/ldebug.c
index a8ec52a7..d5c38db7 100644
--- a/ldebug.c
+++ b/ldebug.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldebug.c,v 2.102 2014/10/25 11:50:46 roberto Exp roberto $ 2** $Id: ldebug.c,v 2.103 2014/11/02 19:19:04 roberto Exp roberto $
3** Debug Interface 3** Debug Interface
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -481,7 +481,7 @@ static const char *getfuncname (lua_State *L, CallInfo *ci, const char **name) {
481 481
482 482
483/* 483/*
484** only ANSI way to check whether a pointer points to an array 484** only portable way to check whether a pointer points to an array
485** (used only for error messages, so efficiency is not a big concern) 485** (used only for error messages, so efficiency is not a big concern)
486*/ 486*/
487static int isinstack (CallInfo *ci, const TValue *o) { 487static int isinstack (CallInfo *ci, const TValue *o) {