Re: Question on replacing macros with static inline functions
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Question on replacing macros with static inline functions
- From: Marc Balmer <marc@...>
- Date: 2022年11月15日 16:26:18 +0100
> Am 15.11.2022 um 15:58 schrieb Wilfred Nilsen <realtimelogic@gmail.com>:
>
>
> Yes, it is absolutely necessary to keep Lua C89 compatible. We work with embedded systems and many environments use old C89 compilers.
I second that. It is one of the advantages of Lua to have only minimal requirements.