1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-25 08:20:03 +00:00
Files
Interlisp.maiko/inc/tosfns.h
Nick Briggs 2122f095e8 Simplify OPFN/OPFNX macros by removing hand expansion of 1, 2, N bindings (#383)
The OPFN and OPFNX macros had been coded with a hand expansion of a loop
pushing values on the stack to separately handle the cases of 1, 2, and
more values.  This actually lead to larger, likely slower, and certainly
less obvious code.
2021-05-18 16:35:21 -07:00

40 KiB