cpp2ffi: post skipped functions

This commit is contained in:
sonoro1234
2026-06-11 12:42:33 +02:00
parent e2c1d90128
commit 9bffa7632f

View File

@@ -1593,6 +1593,10 @@ local function ADDnonUDT(FP)
end end
end end
end end
if next(FP.skipped) then
print(" =======skipped functions=====")
M.prtable(FP.skipped)
end
end end
local function ADDnonUDT_OLD(FP) local function ADDnonUDT_OLD(FP)
local nonPOD = get_nonPOD(FP) local nonPOD = get_nonPOD(FP)