Don't export internal symbol.

master
Mike Pall 2022-01-25 22:17:56 +01:00
parent c50232eb32
commit c2237247cc
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ static BCReg snap_usedef(jit_State *J, uint8_t *udf,
}
/* Mark slots used by upvalues of child prototypes as used. */
void snap_useuv(GCproto *pt, uint8_t *udf)
static void snap_useuv(GCproto *pt, uint8_t *udf)
{
/* This is a coarse check, because it's difficult to correlate the lifetime
** of slots and closures. But the number of false positives is quite low.