cxxrtl: use `static inline` instead of `inline` in the C API.
authorwhitequark <whitequark@whitequark.org>
Sun, 20 Dec 2020 14:48:16 +0000 (14:48 +0000)
committerwhitequark <whitequark@whitequark.org>
Sun, 20 Dec 2020 14:48:16 +0000 (14:48 +0000)
commit3d3ea5099d50a3de7b76ea47189b5700956b2703
treef8bdfde2dabb6e7dad01eceffbfd5da38f731e20
parentab9e2f4fda1da455643579537d0ae6ffc6d46aab
cxxrtl: use `static inline` instead of `inline` in the C API.

In C, non-static inline functions require an implementation elsewhere
(even though the body is right there in the header). It is basically
never desirable to use those as opposed to static inline ones.
backends/cxxrtl/cxxrtl_capi.h