Skip to content

Commit b96d746

Browse files
author
Mike Pall
committed
Merge branch 'master' into v2.1
2 parents 9512d5c + c223724 commit b96d746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lj_snap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ static BCReg snap_usedef(jit_State *J, uint8_t *udf,
313313
}
314314

315315
/* Mark slots used by upvalues of child prototypes as used. */
316-
void snap_useuv(GCproto *pt, uint8_t *udf)
316+
static void snap_useuv(GCproto *pt, uint8_t *udf)
317317
{
318318
/* This is a coarse check, because it's difficult to correlate the lifetime
319319
** of slots and closures. But the number of false positives is quite low.

0 commit comments

Comments
 (0)