diff options
author | chai <chaifix@163.com> | 2020-10-09 08:00:02 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-10-09 08:00:02 +0800 |
commit | 207a8cfdc82231904bea5de5294b44fb33243185 (patch) | |
tree | a25d7d659bb38ecc005b8dfd879230701bd644e2 /src/lua51/ldebug.c | |
parent | dc0e292e76a00fb43ad7fbdd6d65a560927ce981 (diff) |
Diffstat (limited to 'src/lua51/ldebug.c')
-rw-r--r-- | src/lua51/ldebug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua51/ldebug.c b/src/lua51/ldebug.c index 50ad3d3..50fa8b7 100644 --- a/src/lua51/ldebug.c +++ b/src/lua51/ldebug.c @@ -50,6 +50,7 @@ static int currentline (lua_State *L, CallInfo *ci) { } +//c ÉèÖù³×Óº¯Êý /* ** this function can be called asynchronous (e.g. during a signal) */ |