aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Pall <mike>2023-09-25 16:56:17 +0200
committerMike Pall <mike>2023-09-25 16:56:17 +0200
commitbecf5cc65d966a8926466dd43407c48bfea0fa13 (patch)
treeff7ff2c9a065dfca9d40ff619ec52cc19dafc293 /src
parent97c75843c642d304a81f20576a8e3dda9097e8b8 (diff)
downloadluajit-becf5cc65d966a8926466dd43407c48bfea0fa13.tar.gz
luajit-becf5cc65d966a8926466dd43407c48bfea0fa13.tar.bz2
luajit-becf5cc65d966a8926466dd43407c48bfea0fa13.zip
FFI: Fix ffi.abi("pauth").
Thanks to Peter Cawley. #1098
Diffstat (limited to 'src')
-rw-r--r--src/lib_ffi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib_ffi.c b/src/lib_ffi.c
index 6dee2e74..ba783173 100644
--- a/src/lib_ffi.c
+++ b/src/lib_ffi.c
@@ -746,7 +746,7 @@ LJLIB_CF(ffi_abi) LJLIB_REC(.)
746 "\003win" 746 "\003win"
747#endif 747#endif
748#if LJ_ABI_PAUTH 748#if LJ_ABI_PAUTH
749 "\007pauth" 749 "\005pauth"
750#endif 750#endif
751#if LJ_TARGET_UWP 751#if LJ_TARGET_UWP
752 "\003uwp" 752 "\003uwp"