[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Thoughts on replacing macros with static inline functions
From: |
Stefan Monnier |
Subject: |
Re: Thoughts on replacing macros with static inline functions |
Date: |
Tue, 15 Nov 2022 09:10:57 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> How interested would the Emacs community be in porting macros to functions?
Most of the macros are there for historical reasons.
We do change macros to functions, for all the reasons you mention.
But we prefer to do it little by little as we touch the
corresponding code.
Sefan