LUA_IDSIZE
luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE);
char buff[LUA_IDSIZE]; /* add file:line information */
luaO_chunkid(buff, getstr(src), LUA_IDSIZE);
char buff[LUA_IDSIZE];
luaO_chunkid(buff, getstr(ls->source), LUA_IDSIZE);
char short_src[LUA_IDSIZE]; /* (S) */