diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2016-03-31 16:01:21 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2016-03-31 16:01:21 -0300 |
commit | d77a7a8c26b54d9fad496e50c2f5c86516924939 (patch) | |
tree | c91f6beb8c50d25f549740570d18e7cf898e334e | |
parent | e747491b9670683bee11ad5443d0362f9fda22a4 (diff) | |
download | lua-d77a7a8c26b54d9fad496e50c2f5c86516924939.tar.gz lua-d77a7a8c26b54d9fad496e50c2f5c86516924939.tar.bz2 lua-d77a7a8c26b54d9fad496e50c2f5c86516924939.zip |
detail (comment)
-rw-r--r-- | ldebug.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldebug.c,v 2.118 2015/12/16 16:40:07 roberto Exp roberto $ | 2 | ** $Id: ldebug.c,v 2.119 2016/02/26 19:20:15 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 | */ |
@@ -69,7 +69,7 @@ static void swapextra (lua_State *L) { | |||
69 | 69 | ||
70 | 70 | ||
71 | /* | 71 | /* |
72 | ** This function can be called asynchronous (e.g. during a signal). | 72 | ** This function can be called asynchronously (e.g. during a signal). |
73 | ** Fields 'oldpc', 'basehookcount', and 'hookcount' (set by | 73 | ** Fields 'oldpc', 'basehookcount', and 'hookcount' (set by |
74 | ** 'resethookcount') are for debug only, and it is no problem if they | 74 | ** 'resethookcount') are for debug only, and it is no problem if they |
75 | ** get arbitrary values (causes at most one wrong hook call). 'hookmask' | 75 | ** get arbitrary values (causes at most one wrong hook call). 'hookmask' |