c/lua:debug

This commit is contained in:
luoliwoshang
2024-10-03 21:02:20 +08:00
parent 5e949d2c6f
commit 4976e82f0f
3 changed files with 132 additions and 35 deletions

View File

@@ -19,3 +19,12 @@ package lua
const (
MAXSTACK = 1000000
)
/*
@@ LUA_IDSIZE gives the maximum size for the description of the source
** of a function in debug information.
** CHANGE it if you want a different size.
*/
const (
IDSIZE = 60
)