summaryrefslogtreecommitdiff
path: root/src/lib_ffi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib_ffi.c')
-rw-r--r--src/lib_ffi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib_ffi.c b/src/lib_ffi.c
index e0951c56..24a6625c 100644
--- a/src/lib_ffi.c
+++ b/src/lib_ffi.c
@@ -522,7 +522,7 @@ LJLIB_CF(ffi_cast) LJLIB_REC(ffi_new)
522 return 1; 522 return 1;
523} 523}
524 524
525LJLIB_CF(ffi_typeof) 525LJLIB_CF(ffi_typeof) LJLIB_REC(.)
526{ 526{
527 CTState *cts = ctype_cts(L); 527 CTState *cts = ctype_cts(L);
528 CTypeID id = ffi_checkctype(L, cts, L->base+1); 528 CTypeID id = ffi_checkctype(L, cts, L->base+1);
@@ -533,7 +533,7 @@ LJLIB_CF(ffi_typeof)
533 return 1; 533 return 1;
534} 534}
535 535
536LJLIB_CF(ffi_istype) LJLIB_REC(ffi_istype) 536LJLIB_CF(ffi_istype) LJLIB_REC(.)
537{ 537{
538 CTState *cts = ctype_cts(L); 538 CTState *cts = ctype_cts(L);
539 CTypeID id1 = ffi_checkctype(L, cts, NULL); 539 CTypeID id1 = ffi_checkctype(L, cts, NULL);