[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 2a7f01aa38: Fix initialization of module functions
From: |
Stefan Monnier |
Subject: |
Re: master 2a7f01aa38: Fix initialization of module functions |
Date: |
Thu, 10 Nov 2022 09:06:35 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> allocate_module_function (void)
> {
> return ALLOCATE_PSEUDOVECTOR (struct Lisp_Module_Function,
> - interactive_form, PVEC_MODULE_FUNCTION);
> + command_modes, PVEC_MODULE_FUNCTION);
> }
>
> #define XSET_MODULE_FUNCTION(var, ptr) \
Usually we accompany that with a comment in the struct stating "this
is the last GC-tracked field" or something like that.
Stefan
- Re: master 2a7f01aa38: Fix initialization of module functions,
Stefan Monnier <=