Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ffi: fix broken deffi support for variadic functions. | Kaz Kylheku | 2021-08-17 | 1 | -0/+1 |
* stdlib/ffi.c (sys:analyze-argtypes): Add missing fallback case in filtering loop. This wouldn't have happened if we had a ecaseql macro, and used it. Or if we had coverage of this in tests. * tests/017/variadic.tl, tests/017/variadic.expected: New files. |