Skip to content

Commit e703819

Browse files
committed
Generalize wraparound and negative index logic, fix llGetSubstring()
1 parent 643e6a2 commit e703819

File tree

5 files changed

+290
-137
lines changed

5 files changed

+290
-137
lines changed

VM/include/llsl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ LUA_API const float *luaSL_checkquaternion(lua_State *L, int num_arg);
8080
LUA_API int luaSL_pushnativeinteger(lua_State *L, int val);
8181
LUA_API void luaSL_pushindexlike(lua_State *L, int index);
8282
LUA_API int luaSL_checkindexlike(lua_State *L, int index);
83-
LUA_API int luaSL_checkobjectindex(lua_State *L, int len, int idx, bool compat_mode);
8483
LUA_API void luaSL_pushboollike(lua_State *L, int val);
8584
LUA_API uint8_t luaSL_lsl_type(lua_State *L, int idx);
8685
/// Should only be called in an interrupt handler!

0 commit comments

Comments
 (0)